Skip to content

Implements a distributed transaction using memcached or a memcached compatible storage.

Notifications You must be signed in to change notification settings

Doist/memcached_lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memcached_lock

Implements a distributed transaction using memcached or a memcached compatible storage.

Example:

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!?'

© 2010 amix the lucky stiff

License BSD

About

Implements a distributed transaction using memcached or a memcached compatible storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages