memcached_lock

Implements a distributed lock on top of memcached.
Download

memcached_lock Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Amir Salihefendic
  • Publisher web site:
  • http://www.amix.dk/

memcached_lock Tags


memcached_lock Description

Implements a distributed lock on top of memcached. memcached_lock is a Python module that implements a distributed transaction using memcached or a memcached compatible storage.ExampleBasic example of usage:from __future__ import with_statementimport memcachefrom memcached_lock import dist_lockclient = memcache.Client()with dist_lock('test', client): print 'Is there anybody out there!?' Requirements: · Python


memcached_lock Related Software