Riakcached ========== [![Build Status](https://travis-ci.org/brettlangdon/riakcached.png?branch=master)](https://travis-ci.org/brettlangdon/riakcached) [![Coverage Status](https://coveralls.io/repos/brettlangdon/riakcached/badge.png?branch=master)](https://coveralls.io/r/brettlangdon/riakcached?branch=master) [![PyPI version](https://badge.fury.io/py/riakcached.png)](http://badge.fury.io/py/riakcached) A Memcached like interface to the Riak HTTP Client. [Read The Docs](http://riakcached.readthedocs.org/en/latest/) ## Documentation The documentation can be found in the `/docs` directory in this repository and should be fairly complete for the codebase. ### Building Documentation ```bash git clone git://github.com/brettlangdon/riakcached.git cd riakcached pip install -r docs-requirements.txt cd ./docs make html ```