|
@@ -44,7 +44,7 @@ abstract class ClusterStrategy implements StrategyInterface
|
|
|
|
|
|
return array(
|
|
return array(
|
|
/* commands operating on the key space */
|
|
/* commands operating on the key space */
|
|
- 'EXISTS' => $getKeyFromFirstArgument,
|
|
|
|
|
|
+ 'EXISTS' => $getKeyFromAllArguments,
|
|
'DEL' => $getKeyFromAllArguments,
|
|
'DEL' => $getKeyFromAllArguments,
|
|
'TYPE' => $getKeyFromFirstArgument,
|
|
'TYPE' => $getKeyFromFirstArgument,
|
|
'EXPIRE' => $getKeyFromFirstArgument,
|
|
'EXPIRE' => $getKeyFromFirstArgument,
|