Daniele Alessandri d16bc2d42e Merge pull request #97 from nrk/doc-client-options %!s(int64=12) %!d(string=hai) anos
..
Makefile 1aed6e0946 Initial work on Sphinx documentation %!s(int64=12) %!d(string=hai) anos
README.md 1aed6e0946 Initial work on Sphinx documentation %!s(int64=12) %!d(string=hai) anos
client.rst d16bc2d42e Merge pull request #97 from nrk/doc-client-options %!s(int64=12) %!d(string=hai) anos
clustering.rst bdf60698b3 [doc] clustering - link to Redis Cluster spec %!s(int64=12) %!d(string=hai) anos
conf.py 061e5311e1 Set PHP as the primary domain as well %!s(int64=12) %!d(string=hai) anos
glossary.rst 0fcba41c07 [doc] Added Lua scripting documentation. %!s(int64=12) %!d(string=hai) anos
index.rst 0fcba41c07 [doc] Added Lua scripting documentation. %!s(int64=12) %!d(string=hai) anos
license.rst 1aed6e0946 Initial work on Sphinx documentation %!s(int64=12) %!d(string=hai) anos
lua-scripting.rst 0fcba41c07 [doc] Added Lua scripting documentation. %!s(int64=12) %!d(string=hai) anos
pipelining.rst e59efbafc4 Add initial chapter files %!s(int64=12) %!d(string=hai) anos
replication.rst e59efbafc4 Add initial chapter files %!s(int64=12) %!d(string=hai) anos
requirements.txt 1aed6e0946 Initial work on Sphinx documentation %!s(int64=12) %!d(string=hai) anos

README.md

Predis documentation

You'll need a recent version of Sphinx to build this documentation. Because Sphinx is a Python project, the build dependencies are listed in requirements.txt. You can install these with pip:

    pip install -r requirements.txt

To build the documentation, use make.