#119599 Модерация. На проде не открывается страница управления кешем

This commit is contained in:
2025-11-20 14:59:13 +03:00
parent 9ccaf4ab11
commit 28dcdf6c1d

View File

@@ -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);