From 886a1600841b93cf85255fede6d90358ddbc309e Mon Sep 17 00:00:00 2001 From: Karl Lin Date: Sat, 30 Jul 2016 13:27:40 +0800 Subject: [PATCH] add redis cache hint to docs --- docs/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 54b851a879420..71a2807f8cc34 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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