Daniele Alessandri 14 жил өмнө
parent
commit
812d37b2d4

+ 1 - 1
lib/Predis/Commands/Preprocessors/KeyPrefixPreprocessor.php

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