Welcome to aiogibson’s documentation!

aiogibson is a library for accessing a gibson cache database from the asyncio (PEP-3156/tulip) framework.

Gibson is a high efficiency, tree based memory cache server. It uses a special trie structure allowing the user to perform operations on multiple key sets using a prefix expression achieving the same performance grades in the worst case, even better on an average case then regular cache implementations based on hash tables.

Contents:

Installation

The easiest way to install aiogibson is by using the package on PyPi:

pip install aiogibson

Contribute

Feel free to file an issue or make pull request if you find any bugs or have some suggestions for library improvement.

Indices and tables