mirror of
https://github.com/predis/predis.git
synced 2026-09-10 10:27:11 +00:00
Same fix as commit 755c252 in master for the short alias of \Predis\Commands\Decrement
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user