|
@@ -688,7 +688,7 @@ class RedisServer__V1_0 extends RedisServerCompatibility {
|
|
'increment' => '\Predis\Commands\Increment',
|
|
'increment' => '\Predis\Commands\Increment',
|
|
'incrby' => '\Predis\Commands\IncrementBy',
|
|
'incrby' => '\Predis\Commands\IncrementBy',
|
|
'incrementBy' => '\Predis\Commands\IncrementBy',
|
|
'incrementBy' => '\Predis\Commands\IncrementBy',
|
|
- 'incr' => '\Predis\Commands\Decrement',
|
|
|
|
|
|
+ 'decr' => '\Predis\Commands\Decrement',
|
|
'decrement' => '\Predis\Commands\Decrement',
|
|
'decrement' => '\Predis\Commands\Decrement',
|
|
'decrby' => '\Predis\Commands\DecrementBy',
|
|
'decrby' => '\Predis\Commands\DecrementBy',
|
|
'decrementBy' => '\Predis\Commands\DecrementBy',
|
|
'decrementBy' => '\Predis\Commands\DecrementBy',
|