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!?'
Release files for memcached_lock 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| memcached_lock-1.1.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| memcached_lock-1.1-py2.6.egg | Legacy Egg format | - | - | Details |
Total release size: 5.0 kB
Release files / memcached_lock-1.1.tar.gz
| Download URL | memcached_lock-1.1.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e0cd3a78e97385ebdc1258a18c3ee8de3f3de569921fcc028e58fd03bf90e086
|
|
BLAKE2b-256 checksum How to use checksums |
00e2834c0eb93271edea18b2969c2892f47bebd986029ebab39ff33421c66e33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / memcached_lock-1.1-py2.6.egg
| Download URL | memcached_lock-1.1-py2.6.egg |
|---|---|
| Size | 3.0 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
70f6a29a994071d4554e5b35486c82a0f4405855dd251969e5932fcac0dd8616
|
|
BLAKE2b-256 checksum How to use checksums |
3daf058501006c5deb2efe9130d504c3160266641095791b88c11867204a89fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |