add redis cache hint to docs (#861)

This commit is contained in:
Karl LIN 2016-08-02 14:04:26 +08:00 committed by Maxime Beauchemin
parent cbca740f9f
commit 862042bb49
1 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,8 @@ complies with the Flask-Cache specifications.
Flask-Cache supports multiple caching backends (Redis, Memcached, Flask-Cache supports multiple caching backends (Redis, Memcached,
SimpleCache (in-memory), or the local filesystem). If you are going to use SimpleCache (in-memory), or the local filesystem). If you are going to use
Memcached please use the pylibmc client library as python-memcached does 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 For setting your timeouts, this is done in the Caravel metadata and goes
up the "timeout searchpath", from your slice configuration, to your up the "timeout searchpath", from your slice configuration, to your