Dump and restore your memcached information
Fist you must install the followings libraries (ubuntu/debian).
apt-get install python-memcached
apt-get install libmemcached-tools
Usage:
python memcacheddump.py -f memdump -h 127.0.0.1 -p 11211
Options
-f: output file (memdump defaults)
-h: host of memcached machine (127.0.0.1 defaults)
-p: port (11211 defaults)
Usage:
python memcachedrestore.py.py -f memdump -h 127.0.0.1 -p 11211
Options
-f: output file (memdump defaults)
-h: host of memcached machine (127.0.0.1 defaults)
-p: port (11211 defaults)