|
@@ -1930,7 +1930,7 @@ class RedisServer_v2_0 extends RedisServerProfile {
|
|
|
'type' => '\Predis\Commands\Type',
|
|
|
|
|
|
/* commands operating on the key space */
|
|
|
- 'keys' => '\Predis\Commands\Keys_v1_2',
|
|
|
+ 'keys' => '\Predis\Commands\Keys',
|
|
|
'randomkey' => '\Predis\Commands\RandomKey',
|
|
|
'rename' => '\Predis\Commands\Rename',
|
|
|
'renamenx' => '\Predis\Commands\RenamePreserve',
|
|
@@ -2012,9 +2012,6 @@ class RedisServer_v2_0 extends RedisServerProfile {
|
|
|
'append' => '\Predis\Commands\Append',
|
|
|
'substr' => '\Predis\Commands\Substr',
|
|
|
|
|
|
- /* commands operating on the key space */
|
|
|
- 'keys' => '\Predis\Commands\Keys',
|
|
|
-
|
|
|
/* commands operating on lists */
|
|
|
'blpop' => '\Predis\Commands\ListPopFirstBlocking',
|
|
|
'brpop' => '\Predis\Commands\ListPopLastBlocking',
|
|
@@ -2085,7 +2082,7 @@ class RedisServer_v2_2 extends RedisServerProfile {
|
|
|
'type' => '\Predis\Commands\Type',
|
|
|
|
|
|
/* commands operating on the key space */
|
|
|
- 'keys' => '\Predis\Commands\Keys_v1_2',
|
|
|
+ 'keys' => '\Predis\Commands\Keys',
|
|
|
'randomkey' => '\Predis\Commands\RandomKey',
|
|
|
'rename' => '\Predis\Commands\Rename',
|
|
|
'renamenx' => '\Predis\Commands\RenamePreserve',
|
|
@@ -2167,9 +2164,6 @@ class RedisServer_v2_2 extends RedisServerProfile {
|
|
|
'append' => '\Predis\Commands\Append',
|
|
|
'substr' => '\Predis\Commands\Substr',
|
|
|
|
|
|
- /* commands operating on the key space */
|
|
|
- 'keys' => '\Predis\Commands\Keys',
|
|
|
-
|
|
|
/* commands operating on lists */
|
|
|
'blpop' => '\Predis\Commands\ListPopFirstBlocking',
|
|
|
'brpop' => '\Predis\Commands\ListPopLastBlocking',
|