Skip to content

andrewgross/memcache-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

memcache-cli

version 0.1.0

A simple python wrapper for python-memcached to make an easy to use command line tool. For now it just provides access to the basic public runnable commands from the library. In the future I may add additional helper commands such as get_hit_rate.

A big thanks to Tyler (@tghw) from FogCreek for posting the Redis Tutorial that got me started.

http://tghw.com/blog/cheeky-python-a-redis-cli/

Suggestion:

It may be simpler to wrap this with a simple shell script that has your preferred connection parameters.

Installing

pip install memcache-cli

Usage:

memcache-cli host1:port host2:port

contributing

1. grab the code

git clone https://github.com/andrewgross/memcache-cli.git
cd memcache-cli
pip install -r requirements.pip

2. hack on it

3. send pull requests :)

About

A Python command line wrapper for the python-memcached library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages