This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
beaker_dynomite.py | ||
| |
beaker_nosql.py | Wed Aug 26 01:23:56 -0700 2009 | |
| |
beaker_redis.py | ||
| |
beaker_ringo.py | Wed Aug 26 01:23:56 -0700 2009 | |
| |
beaker_tyrant.py | Wed Aug 26 01:23:56 -0700 2009 | |
| |
pytyrant.py | ||
| |
redis.py | ||
| |
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








