diff --git a/lib/Predis.php b/lib/Predis.php index 98864e63..84a2852a 100644 --- a/lib/Predis.php +++ b/lib/Predis.php @@ -177,7 +177,7 @@ class Client { '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',