Skip to content

Commit

Permalink
Merge pull request #3285 from samsonasik/typo-fix-redis
Browse files Browse the repository at this point in the history
typo fix s/Memcached/Redis in RedisHandler cache
  • Loading branch information
michalsn authored Jul 12, 2020
2 parents fdda2e7 + bdf6db4 commit 5c5bc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Cache/Handlers/RedisHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function __construct($config)
/**
* Class destructor
*
* Closes the connection to Memcache(d) if present.
* Closes the connection to Redis if present.
*/
public function __destruct()
{
Expand Down

0 comments on commit 5c5bc1a

Please sign in to comment.