memcached_lock 1.1
Implements a distributed lock on top of memcached.
memcached_lock
Implements a distributed transaction using memcached or a memcached compatible storage.
Example
Basic example of usage:
from __future__ import with_statement
import memcache
from memcached_lock import dist_lock
client = memcache.Client(['127.0.0.1:11211'])
with dist_lock('test', client):
print 'Is there anybody out there!?'
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| memcached_lock-1.1-py2.6.egg (md5) | Python Egg | 2.6 | 2010-03-30 | 2KB | 553 |
| memcached_lock-1.1.tar.gz (md5) | Source | 2010-03-30 | 1KB | 447 | |
- Author: amix the lucky stiff
- Home Page: http://www.amix.dk/
- Keywords: memcached lock distributed
- License: BSD
- Platform: Any
- Categories
- Package Index Owner: amix
- DOAP record: memcached_lock-1.1.xml
