RedisEngine: authenticate connection if 'password' is set

This commit is contained in:
Rachman Chavik 2012-11-02 08:12:48 +07:00
parent 0196c6f686
commit 7d844866f0
3 changed files with 7 additions and 2 deletions

View file

@ -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