Same fix as commit 755c252 in master for the short alias of \Predis\Commands\Decrement

This commit is contained in:
Daniele Alessandri
2009-12-04 21:09:38 +01:00
parent cfcb635c24
commit c7cd2b67e0
+1 -1
View File
@@ -688,7 +688,7 @@ class RedisServer__V1_0 extends RedisServerCompatibility {
'increment' => '\Predis\Commands\Increment',
'incrby' => '\Predis\Commands\IncrementBy',
'incrementBy' => '\Predis\Commands\IncrementBy',
'incr' => '\Predis\Commands\Decrement',
'decr' => '\Predis\Commands\Decrement',
'decrement' => '\Predis\Commands\Decrement',
'decrby' => '\Predis\Commands\DecrementBy',
'decrementBy' => '\Predis\Commands\DecrementBy',