Skip to main content

A pure python module to access memcached via it's binary protocol with SASL auth support

Project description

A pure python module (thread safe) to access memcached via it’s binary with SASL auth support.

The main purpose of this module it to be able to communicate with memcached using binary protocol and support authentication, so it can work with Heroku for example.

Latest compiled docs on Read The Docs here.

Installing

Use pip or easy_install.

pip install python-binary-memcached

Using

import bmemcached
client = bmemcached.Client(('127.0.0.1:11211', ), 'user',
                            'password')
client.set('key', 'value')
print client.get('key')

Running the tests

First run memcached with:

memcached -S -vvv
memcached -p5000 -S -vvv
memcached -S -s/tmp/memcached.sock -vvv

This is to cover all tests with socket, standard port and non standard port.

Then, run the tests.

cd src_dir/
py.test

Using with Django

If you want to use it with Django, go to django-bmemcached to get a Django backend.

Tests Status

https://travis-ci.org/jaysonsantos/python-binary-memcached.png?branch=master

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-binary-memcached-0.24.5.tar.gz (85.2 kB view details)

Uploaded Source

File details

Details for the file python-binary-memcached-0.24.5.tar.gz.

File metadata

File hashes

Hashes for python-binary-memcached-0.24.5.tar.gz
Algorithm Hash digest
SHA256 9c137dcf0e52ce1f7cad878ff8bfdd4e60a76fe342957d87aacd790b5d413951
MD5 ef0f782f8d14a99968c754c09daf7793
BLAKE2b-256 8d31a439ef81f714704808a55a5fd40ecbe2e213650c0844844f842699fb2a5d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page