diff options
author | Andrey Andreev <narf@devilix.net> | 2015-03-25 12:53:16 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-03-25 12:53:16 +0100 |
commit | b112a3eb94d19f91ee3b698f43f36fd17a06d9c3 (patch) | |
tree | 01c91d4bc3c69cd97691fafe1068f78cc6a35a0b /user_guide_src/source/libraries/caching.rst | |
parent | 8f5c1780706113c926bb7801db27dbae97d00fcf (diff) | |
parent | bd2a7e4062fd97017c5b16beddc15b0c7fc38210 (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.rst | 3 |
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:: |