mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Fix typo.
This commit is contained in:
@@ -125,7 +125,7 @@ class KeyPrefixPreprocessor implements ICommandPreprocessor {
|
||||
array_fill_keys($cmdSingleKey, $this->getSingleKeyStrategy()),
|
||||
array_fill_keys($cmdMultiKeys, $this->getMultipleKeysStrategy()),
|
||||
array(
|
||||
'blpop' => $skipLast, 'blpop' => $skipLast, 'brpoplpush' => $skipLast, 'smove' => $skipLast,
|
||||
'blpop' => $skipLast, 'brpop' => $skipLast, 'brpoplpush' => $skipLast, 'smove' => $skipLast,
|
||||
'mset' => $interleavedKeys, 'msetnx' => $interleavedKeys,
|
||||
'zinterstore' => $zunionstore, 'zunionstore' => $zunionstore,
|
||||
'sort' => $sort, 'debug' => $debug
|
||||
|
||||
Reference in New Issue
Block a user