summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/caching.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-03-25 12:53:16 +0100
committerAndrey Andreev <narf@devilix.net>2015-03-25 12:53:16 +0100
commitb112a3eb94d19f91ee3b698f43f36fd17a06d9c3 (patch)
tree01c91d4bc3c69cd97691fafe1068f78cc6a35a0b /user_guide_src/source/libraries/caching.rst
parent8f5c1780706113c926bb7801db27dbae97d00fcf (diff)
parentbd2a7e4062fd97017c5b16beddc15b0c7fc38210 (diff)
Merge pull request #3698 from jim-parry/fix/links
[ci skip] Fixed user guide internal & external links to resolve problems reported ...
Diffstat (limited to 'user_guide_src/source/libraries/caching.rst')
-rw-r--r--user_guide_src/source/libraries/caching.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/caching.rst b/user_guide_src/source/libraries/caching.rst
index 86439b4ee..f54de5faf 100644
--- a/user_guide_src/source/libraries/caching.rst
+++ b/user_guide_src/source/libraries/caching.rst
@@ -250,8 +250,7 @@ Redis Caching
=============
Redis is an in-memory key-value store which can operate in LRU cache mode.
-To use it, you need Redis server and phpredis PHP extension
-`https://github.com/nicolasff/phpredis <https://github.com/nicolasff/phpredis>`_.
+To use it, you need `Redis server and phpredis PHP extension <https://github.com/phpredis/phpredis>`_.
Config options to connect to redis server must be stored in the application/config/redis.php file.
Available options are::