mirror of
https://github.com/predis/predis.git
synced 2026-08-28 03:02:04 +00:00
Implement variadic SADD in the development profile (Redis v2.4).
This commit is contained in:
@@ -10,6 +10,9 @@ class ServerVersionNext extends ServerVersion22 {
|
||||
'rpush' => '\Predis\Commands\ListPushTailV24x',
|
||||
'lpush' => '\Predis\Commands\ListPushHeadV24x',
|
||||
|
||||
/* commands operating on sets */
|
||||
'sadd' => '\Predis\Commands\SetAddV24x',
|
||||
|
||||
/* remote server control commands */
|
||||
'info' => '\Predis\Commands\InfoV24x',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user