From 1879b037256ebc36c3c276bdfedd5b3852eeaaed Mon Sep 17 00:00:00 2001 From: Robert Hafner Date: Wed, 23 Apr 2014 22:06:51 -0700 Subject: [PATCH] Removed @todo --- src/Stash/Driver/Redis.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Stash/Driver/Redis.php b/src/Stash/Driver/Redis.php index 072bc352..d7eebea7 100644 --- a/src/Stash/Driver/Redis.php +++ b/src/Stash/Driver/Redis.php @@ -169,7 +169,6 @@ public function clear($key = null) */ public function purge() { - // @todo when the RedisArray class is used run the rehash function here return true; }