Преглед на файлове

Fix wrong command class for KEYS in the v2.2 server profile.

Daniele Alessandri преди 14 години
родител
ревизия
094a5bcc90
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/Predis/Profiles/ServerVersion22.php

+ 1 - 1
lib/Predis/Profiles/ServerVersion22.php

@@ -33,7 +33,7 @@ class ServerVersion22 extends ServerProfile {
             'type'                      => '\Predis\Commands\Type',
 
             /* commands operating on the key space */
-            'keys'                      => '\Predis\Commands\KeysV12x',
+            'keys'                      => '\Predis\Commands\Keys',
             'randomkey'                 => '\Predis\Commands\RandomKey',
             'rename'                    => '\Predis\Commands\Rename',
             'renamenx'                  => '\Predis\Commands\RenamePreserve',