Merge branch 'main' into vv-main-2.x-sync

This commit is contained in:
Vladyslav Vildanov
2025-03-31 12:17:20 +03:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -181,8 +181,8 @@ abstract class ClusterStrategy implements StrategyInterface
'SSUBSCRIBE' => $getKeyFromAllArguments,
'SUNSUBSCRIBE' => [$this, 'getKeyFromSUnsubscribeCommand'],
'SPUBLISH' => $getKeyFromFirstArgument,
/* cluster */
/* cluster */
'CLUSTER' => [$this, 'getFakeKey'],
];
}
+1 -1
View File
@@ -500,7 +500,7 @@ class PredisStrategyTest extends PredisTestCase
'SSUBSCRIBE' => 'keys-all',
'SUNSUBSCRIBE' => 'keys-sunsubscribe',
'SPUBLISH' => 'keys-first',
/* cluster */
'CLUSTER' => 'keys-fake',
];
+1 -1
View File
@@ -523,7 +523,7 @@ class RedisStrategyTest extends PredisTestCase
'SSUBSCRIBE' => 'keys-all',
'SUNSUBSCRIBE' => 'keys-sunsubscribe',
'SPUBLISH' => 'keys-first',
/* cluster */
'CLUSTER' => 'keys-fake',
];