We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9795adb + 2697467 commit c74befbCopy full SHA for c74befb
1 file changed
user_guide_src/source/libraries/caching.rst
@@ -239,14 +239,7 @@ Redis Caching
239
Redis is an in-memory key-value store which can operate in LRU cache mode.
240
To use it, you need `Redis server and phpredis PHP extension <https://github.com/phpredis/phpredis>`_.
241
242
-Config options to connect to redis server must be stored in the app/Config/redis.php file.
243
-Available options are::
244
-
245
- $config['host'] = '127.0.0.1';
246
- $config['password'] = NULL;
247
- $config['port'] = 6379;
248
- $config['timeout'] = 0;
249
- $config['database'] = 0;
+Config options to connect to redis server stored in the cache configuration file.
250
251
For more information on Redis, please see
252
`https://redis.io <https://redis.io>`_.
0 commit comments