mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-04 02:22:39 +00:00
RedisEngine: authenticate connection if 'password' is set
This commit is contained in:
parent
0196c6f686
commit
7d844866f0
3 changed files with 7 additions and 2 deletions
|
@ -103,7 +103,7 @@ class Cache {
|
|||
* - `path` Used by FileCache. Path to where cachefiles should be saved.
|
||||
* - `lock` Used by FileCache. Should files be locked before writing to them?
|
||||
* - `user` Used by Xcache. Username for XCache
|
||||
* - `password` Used by Xcache. Password for XCache
|
||||
* - `password` Used by Xcache/Redis. Password for XCache/Redis
|
||||
*
|
||||
* @see app/Config/core.php for configuration settings
|
||||
* @param string $name Name of the configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue