# beaker_extensions **Repository Path**: mirrors_didip/beaker_extensions ## Basic Information - **Project Name**: beaker_extensions - **Description**: Extending beaker (cache & session module) to use No SQL backend. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Usage Install directly from git using PIP: ``` pip install git+git://github.com/didip/beaker_extensions.git ``` Now you can use the redis, tyrant, riak, dynomite, and ringo extensions. beaker.session.type = tyrant beaker.session.url = 127.0.0.1:1978 Thanks to Jack Hsu for providing the tokyo example: http://www.jackhsu.com/2009/05/27/pylons-with-tokyo-cabinet-beaker-sessions