.. Thin Redis Object Layer documentation master file, created by sphinx-quickstart on Mon Oct 9 09:48:28 2017. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Thin Redis Object Layer's documentation! =================================================== **A library for light and predictable python object mappings to Redis** .. toctree:: :maxdepth: 2 :caption: Contents: Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. include:: ../README.rst :start-after: include-in-docs-after-this-point Model ----- .. automodule:: trol.model :members: Property -------- .. automodule:: trol.property :members: Database -------- .. automodule:: trol.database :members: Collection ---------- .. automodule:: trol.collection :members: Lock ---- .. automodule:: trol.lock :members: Utilities --------- .. automodule:: trol.util :members: