Products.MemcachedManager 1.0rc2
Memcache cache manager for Zope
Latest Version: 1.1b2
Introduction
MemcachedManager is a cache similar to RAMCacheManager, using memcached for storage.
Dependencies
This needs to be set up on a server Zope can connect to. You provide the IP address in the MemcachedManager settings screen.
Install this in site packages (the regular "setup.py install" or easy_install) to enable python to talk to memcached. A note of caution: while pylibmc is faster it has seen less testing.
or...
Install this in site packages (the regular setup.py install) to enable python to talk to memcached.
Credits
Thanks to Mike Solomon <mas63@cornell.edu> for key validation
Changelog
1.0rc2 - March 25, 2009
- Remove cmemcache support Add pylibmc support Optimized cache lookup code [tesdal]
1.0rc1 - Janunary 13, 2009
- Get rid of the entry list. For invalidation we bump a counter instead. [tesdal]
- Use pickle protocol 2. [tesdal]
1.0b2 - August 25, 2008
- Mirror invalidation support [tesdal]
1.0b1 - June 5, 2008
- Repackage MemcachedManager as an egg. [wichert]
- Remove old style test setup and update it to current conventions. [wichert]
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Products.MemcachedManager-1.0rc2.zip (md5) | Source | 2009-03-25 | 23KB | 2651 | |
- Author: Sidnei da Silva
- Keywords: memcache Zope cache cachemanager
- License: ZPL
- Categories
- Package Index Owner: wichert, sidnei, tesdal
- DOAP record: Products.MemcachedManager-1.0rc2.xml
