Skip to content

Commit

Permalink
add redis cache hint to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
linroex committed Jul 30, 2016
1 parent 299e31f commit 886a160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ complies with the Flask-Cache specifications.
Flask-Cache supports multiple caching backends (Redis, Memcached,
SimpleCache (in-memory), or the local filesystem). If you are going to use
Memcached please use the pylibmc client library as python-memcached does
not handle storing binary data correctly.
not handle storing binary data correctly. If you use Redis, please install
[python-redis](https://pypi.python.org/pypi/redis).

For setting your timeouts, this is done in the Caravel metadata and goes
up the "timeout searchpath", from your slice configuration, to your
Expand Down

0 comments on commit 886a160

Please sign in to comment.