diff --git a/RedisCache.php b/RedisCache.php index 4785f90..a592db1 100644 --- a/RedisCache.php +++ b/RedisCache.php @@ -237,7 +237,7 @@ class RedisCache public static function getKeyTypes() { $result = Yii::$app->redis->keys('types:*'); - $output = ['*', 'types']; + $output = ['*']; foreach ($result as $val) { $arVal = explode('types:', $val);