mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
RedisHandler for Cache fixes #1079
This commit is contained in:
parent
d48bba189e
commit
1a86f86060
@ -35,7 +35,7 @@
|
||||
* @since Version 3.0.0
|
||||
* @filesource
|
||||
*/
|
||||
use CodeIgniter\CriticalError;
|
||||
use CodeIgniter\Exceptions\CriticalError;
|
||||
use CodeIgniter\Cache\CacheInterface;
|
||||
|
||||
class RedisHandler implements CacheInterface
|
||||
@ -77,7 +77,7 @@ class RedisHandler implements CacheInterface
|
||||
|
||||
if ( ! empty($config))
|
||||
{
|
||||
$this->config = array_merge($this->config, $config);
|
||||
$this->config = array_merge($this->config, $config['redis']);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user