浏览代码

Fix typo.

Daniele Alessandri 14 年之前
父节点
当前提交
812d37b2d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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