Clone memcache data to othor memcahe .
Project description
clone memcache data to other memcache
Usage Example:
from memcache_clone import memcache
s = memcache('127.0.0.1',11211)
s.con()
#set(key,value,len,flags,express)
s.set("key","value",5,0,0)
#get(key) return list : list[value,value_len,flags]
s.get("key")[0]
#clone
s.clone('127.0.0.1',11212)
Usage Example:
from memcache_clone import memcache
s = memcache('127.0.0.1',11211)
s.con()
#set(key,value,len,flags,express)
s.set("key","value",5,0,0)
#get(key) return list : list[value,value_len,flags]
s.get("key")[0]
#clone
s.clone('127.0.0.1',11212)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
memcache_clone-1.0.3.tar.gz
(2.4 kB
view details)
File details
Details for the file memcache_clone-1.0.3.tar.gz.
File metadata
- Download URL: memcache_clone-1.0.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b37389f09663c4391746f47a962365ddf26d0c866066d745d53065f5cec1acf
|
|
| MD5 |
4fb44b22c12a048acd73a70373cdaeb5
|
|
| BLAKE2b-256 |
555cbf3420378c72955773200d701ac5c9146ed8f34a300a9ea25a01fc1363b5
|