mirror of
https://github.com/predis/predis.git
synced 2026-09-04 14:56:47 +00:00
Fixed a bug in the registration of the RPOPLPUSH command.
This commit is contained in:
+1
-1
@@ -1400,7 +1400,7 @@ class RedisServer_v1_2 extends RedisServer_v1_0 {
|
||||
'setMultiplePreserve' => '\Predis\Commands\SetMultiplePreserve',
|
||||
|
||||
/* commands operating on lists */
|
||||
'rpoplpush' => '\Predis\Commands\ListPushTailPopFirst',
|
||||
'rpoplpush' => '\Predis\Commands\ListPopLastPushHead',
|
||||
'listPopLastPushHead' => '\Predis\Commands\ListPopLastPushHead',
|
||||
|
||||
/* commands operating on sorted sets */
|
||||
|
||||
Reference in New Issue
Block a user