cmemcache_hash 0.1.1
cmemcache-style CRC32 hashing for python-memcached.
cmemcache_hash enables python-memcached to use the very same hashing algorithm that the cmemcache module uses.
This is useful when you're mixing cmemcache and python-memcached or other libraries that use the cmemcache-style hashing algorithm, like PostgreSQL's pgmemcache module.
Setup
Simply install the module and import it, and it is enabled:
import cmemcache_hash
If you feel like deactivating, use:
cmemcache_hash.deactivate()
Or reactivating it:
cmemcache_hash.activate()
License
The BSD three-clause license. See attached LICENSE file.
IRC
#sendapatch on chat.freenode.net.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| cmemcache_hash-0.1.1.tar.gz (md5) | Source | 2008-11-19 | 3KB | 602 | |
- Author: Ludvig Ericson
- Home Page: http://lericson.blogg.se/code/category/cmemcache_hash.html
- Package Index Owner: toxik
- DOAP record: cmemcache_hash-0.1.1.xml
