xumingming / bmemcached-cli

memcached command line interface with SASL (binary protocol) support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%