mirror of
https://github.com/predis/predis.git
synced 2026-09-14 20:37:29 +00:00
Merge branch 'main' into vv-main-2.x-sync
This commit is contained in:
@@ -181,8 +181,8 @@ abstract class ClusterStrategy implements StrategyInterface
|
||||
'SSUBSCRIBE' => $getKeyFromAllArguments,
|
||||
'SUNSUBSCRIBE' => [$this, 'getKeyFromSUnsubscribeCommand'],
|
||||
'SPUBLISH' => $getKeyFromFirstArgument,
|
||||
|
||||
/* cluster */
|
||||
|
||||
/* cluster */
|
||||
'CLUSTER' => [$this, 'getFakeKey'],
|
||||
];
|
||||
}
|
||||
|
||||
@@ -500,7 +500,7 @@ class PredisStrategyTest extends PredisTestCase
|
||||
'SSUBSCRIBE' => 'keys-all',
|
||||
'SUNSUBSCRIBE' => 'keys-sunsubscribe',
|
||||
'SPUBLISH' => 'keys-first',
|
||||
|
||||
|
||||
/* cluster */
|
||||
'CLUSTER' => 'keys-fake',
|
||||
];
|
||||
|
||||
@@ -523,7 +523,7 @@ class RedisStrategyTest extends PredisTestCase
|
||||
'SSUBSCRIBE' => 'keys-all',
|
||||
'SUNSUBSCRIBE' => 'keys-sunsubscribe',
|
||||
'SPUBLISH' => 'keys-first',
|
||||
|
||||
|
||||
/* cluster */
|
||||
'CLUSTER' => 'keys-fake',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user