mirror of
https://github.com/predis/predis.git
synced 2026-09-06 16:09:19 +00:00
Fix a couple of command aliases in the DEV profile.
This commit is contained in:
+2
-2
@@ -1494,7 +1494,7 @@ class RedisServer_vNext extends RedisServer_v1_2 {
|
||||
'hget' => '\Predis\Commands\HashGet',
|
||||
'hashGet' => '\Predis\Commands\HashGet',
|
||||
'hmget' => '\Predis\Commands\HashGetMultiple',
|
||||
'hmGetMultiple' => '\Predis\Commands\HashGetMultiple',
|
||||
'hashGetMultiple' => '\Predis\Commands\HashGetMultiple',
|
||||
'hdel' => '\Predis\Commands\HashDelete',
|
||||
'hashDelete' => '\Predis\Commands\HashDelete',
|
||||
'hexists' => '\Predis\Commands\HashExists',
|
||||
@@ -1506,7 +1506,7 @@ class RedisServer_vNext extends RedisServer_v1_2 {
|
||||
'hvals' => '\Predis\Commands\HashValues',
|
||||
'hashValues' => '\Predis\Commands\HashValues',
|
||||
'hgetall' => '\Predis\Commands\HashGetAll',
|
||||
'hashKeysValues' => '\Predis\Commands\HashGetAll',
|
||||
'hashGetAll' => '\Predis\Commands\HashGetAll',
|
||||
|
||||
/* publish - subscribe */
|
||||
'subscribe' => '\Predis\Commands\Subscribe',
|
||||
|
||||
Reference in New Issue
Block a user