Insert key/value pair in memcached


/ Published in: Python
Save to your folder(s)

Script called in CLI to insert a key/value pair in a local memcached (default installation, on port 11211).

Example :
python -k key -v value

Note : this script will show some help with '-h' parameter.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.