Skip to content

Commit

Permalink
docs: fix python-redis link markup (apache#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored and mistercrunch committed Nov 25, 2016
1 parent 39ce4aa commit 205928e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ 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. If you use Redis, please install
[python-redis](https://pypi.python.org/pypi/redis).
`python-redis <https://pypi.python.org/pypi/redis>`.

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

0 comments on commit 205928e

Please sign in to comment.