From b97a8275d48c40beaff0a6fb7cf56257dd281fe6 Mon Sep 17 00:00:00 2001 From: rhunwicks Date: Wed, 5 Apr 2017 20:07:36 +0300 Subject: [PATCH] Clarify docs on Redis package required for caching (#2557) --- docs/installation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 27bc4dd2df50a..17b6670cf1adf 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -240,9 +240,11 @@ 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 +Memcached please use the `pylibmc` client library as `python-memcached` does not handle storing binary data correctly. If you use Redis, please install -`python-redis `. +the `redis `_ Python package: :: + + pip install redis For setting your timeouts, this is done in the Superset metadata and goes up the "timeout searchpath", from your slice configuration, to your