Python client library for QCache. Uses consistent hashing to distribute data over multiple nodes.
pip install qcache-client
Available at http://qcache-client.readthedocs.org/en/latest/.
Please see the tests in test_qclient.py for examples of how to use it.
Want to contribute? That's great!
If you experience problems please log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.
If you intend to implement major features or make major changes please raise an issue so that we can discuss it first.
The tests requires that you have docker installed since they are executed against a QCache instance running in a docker container.
pip install -r dev-requirements.txt invoke test
- Async interface?