A memcache like client for Riak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Brett Langdon 458091fe92 add tests for riakcached.clients.ThreadedRiakClient 13 years ago
docs make things plural and refactor pool into its own class 13 years ago
riakcached add tests for riakcached.clients.ThreadedRiakClient 13 years ago
.gitignore ignore unimportant docs directories 13 years ago
.travis.yml setup coveralls coverage reporting 13 years ago
LICENSE.txt initial commit 13 years ago
MANIFEST.ini initial commit 13 years ago
README.md update doc build instructions, remove TODO 13 years ago
docs-requirements.txt s/sphinx-contrib-fulltoc/sphinxcontrib-fulltoc 13 years ago
requirements.txt fix requirements and test requirements 13 years ago
setup.py initial commit 13 years ago
test-requirements.txt use unittest2 for python2.6 13 years ago

README.md

Riakcached

Build Status Coverage Status

A Memcached like interface to the Riak HTTP Client. Read The Docs

Documentation

The documentation can be found in the /docs directory in this repository and should be fairly complete for the codebase.

Building Documentation

git clone git://github.com/brettlangdon/riakcached.git
cd riakcached
pip install -r docs-requirements.txt
cd ./docs
make html