Skip to content

tobgu/qcache-client

Repository files navigation

QCache-client

image

image

image

Python client library for QCache. Uses consistent hashing to distribute data over multiple nodes.

Installation

pip install qcache-client

Documentation

Available at http://qcache-client.readthedocs.org/en/latest/.

Please see the tests in test_qclient.py for examples of how to use it.

Contributing

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.

Running tests

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

TODO

  • Async interface?

About

Python client for the QCache key-table cache

Resources

License

Stars

Watchers

Forks

Packages

No packages published