Skip to main content

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)

Project details


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)

Uploaded Source

File details

Details for the file memcache_clone-1.0.3.tar.gz.

File metadata

File hashes

Hashes for memcache_clone-1.0.3.tar.gz
Algorithm Hash digest
SHA256 1b37389f09663c4391746f47a962365ddf26d0c866066d745d53065f5cec1acf
MD5 4fb44b22c12a048acd73a70373cdaeb5
BLAKE2b-256 555cbf3420378c72955773200d701ac5c9146ed8f34a300a9ea25a01fc1363b5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page