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

This commit is contained in:
Daniele Alessandri
2011-03-29 00:14:54 +02:00
parent f637872421
commit 094a5bcc90
+1 -1
View File
@@ -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',