Fix typo.

This commit is contained in:
Daniele Alessandri
2011-05-04 00:13:53 +02:00
parent 859ee35c68
commit 812d37b2d4
@@ -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