Explorar o código

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

Daniele Alessandri %!s(int64=14) %!d(string=hai) anos
pai
achega
094a5bcc90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',