Memcache cache manager for Zope
Project description
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.
If you need pylibmc 1.1.1 for Python 2.4, you can use http://dist.jarn.com/public/pylibmc-1.1.1jarn1.tar.gz
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.1b1 - 2010-10-10
Fixed a bug with an assumption that object always has REQUEST available. [tesdal]
Enable pylibmc compression [tesdal]
Improve pylibmc support by handling MemcachedError. [tesdal]
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]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for Products.MemcachedManager-1.1b1.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e21ae720a33e097d2d9bbae135dc974888c289ca2252d6ad2f2219f955d1b30 |
|
MD5 | 7b375dc9a7646f1dd3fb4cf9883b18aa |
|
BLAKE2b-256 | 2688e7753db7d3e34a034d7b4096e29e82c86847c20bf8d5a17c24efba157489 |