mirror of
https://github.com/predis/predis.git
synced 2026-08-19 22:11:48 +00:00
Fix wrong command class for KEYS in the v2.2 server profile.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user