Browse Source

Fix typo.

Daniele Alessandri 14 years ago
parent
commit
812d37b2d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Predis/Commands/Preprocessors/KeyPrefixPreprocessor.php

+ 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