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.2.tar.gz (2.4 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for memcache_clone-1.0.2.tar.gz
Algorithm Hash digest
SHA256 97a55b6ad7a67fc66f2d4f59324ac9364ea40188cd7223de516201e0a54f431d
MD5 bfcc42b029354c7d8d6f57b51a9af273
BLAKE2b-256 0d62ce78c5830faf42e0c43386a8791b4cb6ba1f470ac483b740ffa606dba536

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