From 28dcdf6c1dc8231419dd261b437653d06735e2a8 Mon Sep 17 00:00:00 2001 From: Sasha Rybkin Date: Thu, 20 Nov 2025 14:59:13 +0300 Subject: [PATCH] =?UTF-8?q?#119599=20=D0=9C=D0=BE=D0=B4=D0=B5=D1=80=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F.=20=D0=9D=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B4?= =?UTF-8?q?=D0=B5=20=D0=BD=D0=B5=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20=D1=81=D1=82=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=86=D0=B0=20=D1=83=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=BA=D0=B5=D1=88=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RedisCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);