Merge pull request #3285 from samsonasik/typo-fix-redis

typo fix s/Memcached/Redis in RedisHandler cache
This commit is contained in:
Michal Sniatala 2020-07-12 09:11:04 +02:00 committed by GitHub
commit 5c5bc1a461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
{