https://github.com/redislabs/bmemcached-cli
memcached command line interface with SASL (binary protocol) support
https://github.com/redislabs/bmemcached-cli
Last synced: about 1 year ago
JSON representation
memcached command line interface with SASL (binary protocol) support
- Host: GitHub
- URL: https://github.com/redislabs/bmemcached-cli
- Owner: RedisLabs
- Created: 2014-06-11T13:00:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T13:45:52.000Z (almost 9 years ago)
- Last Synced: 2025-04-06T17:03:57.036Z (about 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 20
- Watchers: 9
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bmemcached-cli #
> Version: 0.1.0
bmemcached-cli is a simple python wrapper for python-binary-memcached. This is a hack of [memcache-cli](https://github.com/andrewgross/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:
```console
pip install . -r requirements.pip
```
## Using
To connect to a Memcached bucket using plaintext protocol:
```console
bmemcached-cli host:port [host:port]
```
To connect to a SASL-enabled Memcached bucket:
```console
bmemcached-cli username:password@host:port [host:port]
```
[](http://githalytics.com/RedisLabs/bmemcached-cli)