Daniele Alessandri 36671ad26a [doc] Describe available client options. hace 13 años
..
Makefile 1aed6e0946 Initial work on Sphinx documentation hace 13 años
README.md 1aed6e0946 Initial work on Sphinx documentation hace 13 años
client.rst 36671ad26a [doc] Describe available client options. hace 13 años
clustering.rst bdf60698b3 [doc] clustering - link to Redis Cluster spec hace 13 años
conf.py 061e5311e1 Set PHP as the primary domain as well hace 13 años
glossary.rst df84a35851 First draft of some clustering documentation hace 13 años
index.rst e59efbafc4 Add initial chapter files hace 13 años
license.rst 1aed6e0946 Initial work on Sphinx documentation hace 13 años
pipelining.rst e59efbafc4 Add initial chapter files hace 13 años
replication.rst e59efbafc4 Add initial chapter files hace 13 años
requirements.txt 1aed6e0946 Initial work on Sphinx documentation hace 13 años

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.