Skip to content

Commit c74befb

Browse files
committed
Merge branch 'patch-6' of github.com:Instrye/CodeIgniter4 into patch-6
2 parents 9795adb + 2697467 commit c74befb

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

user_guide_src/source/libraries/caching.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,7 @@ Redis Caching
239239
Redis is an in-memory key-value store which can operate in LRU cache mode.
240240
To use it, you need `Redis server and phpredis PHP extension <https://github.com/phpredis/phpredis>`_.
241241

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;
242+
Config options to connect to redis server stored in the cache configuration file.
250243

251244
For more information on Redis, please see
252245
`https://redis.io <https://redis.io>`_.

0 commit comments

Comments
 (0)