mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #3285 from samsonasik/typo-fix-redis
typo fix s/Memcached/Redis in RedisHandler cache
This commit is contained in:
commit
5c5bc1a461
@ -95,7 +95,7 @@ class RedisHandler implements CacheInterface
|
||||
/**
|
||||
* Class destructor
|
||||
*
|
||||
* Closes the connection to Memcache(d) if present.
|
||||
* Closes the connection to Redis if present.
|
||||
*/
|
||||
public function __destruct()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user