Skip to content

aneale/bmemcached-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bmemcached-cli

Version: 0.1.0

bmemcached-cli is a simple python wrapper for python-binary-memcached. This is a hack of memcache-cli by Andrew W. Gross, motivated by the need to have a Memcached command line interface that supports SASL (binary protocol).

Installing

Download the source and run the following command in the directory:

pip install . -r requirements.pip

Using

To connect to a Memcached bucket using plaintext protocol:

bmemcached-cli host:port [host:port]

To connect to a SASL-enabled Memcached bucket:

bmemcached-cli username:password@host:port [host:port]

githalytics.com alpha

About

memcached command line interface with SASL (binary protocol) support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%