public
Description: Extending beaker (cache & session module) to use No SQL backend.
Homepage:
Clone URL: git://github.com/didip/beaker_extensions.git
name age message
file README Loading commit data...
file beaker_dynomite.py
file beaker_nosql.py Wed Aug 26 01:23:56 -0700 2009 Fixed typo. Added Ringo [didip]
file beaker_redis.py
file beaker_ringo.py Wed Aug 26 01:23:56 -0700 2009 Fixed typo. Added Ringo [didip]
file beaker_tyrant.py Wed Aug 26 01:23:56 -0700 2009 Fixed typo. Added Ringo [didip]
file pytyrant.py
file redis.py
file ringogw.py
README
== Usage for Pylons ==

1. Put all these files on /your_projects/lib/

2. On /your_project/config/environment.py, add the following:

import your_project.lib.beaker_tyrant as beaker_tyrant
import beaker
beaker.cache.clsmap['ext:beaker_tyrant'] = beaker_tyrant.TokyoTyrantManager

3. On your development.ini, add the following

beaker.session.type = ext:beaker_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