|
@@ -10,6 +10,9 @@ class ServerVersionNext extends ServerVersion22 {
|
|
'rpush' => '\Predis\Commands\ListPushTailV24x',
|
|
'rpush' => '\Predis\Commands\ListPushTailV24x',
|
|
'lpush' => '\Predis\Commands\ListPushHeadV24x',
|
|
'lpush' => '\Predis\Commands\ListPushHeadV24x',
|
|
|
|
|
|
|
|
+ /* commands operating on sets */
|
|
|
|
+ 'sadd' => '\Predis\Commands\SetAddV24x',
|
|
|
|
+
|
|
/* remote server control commands */
|
|
/* remote server control commands */
|
|
'info' => '\Predis\Commands\InfoV24x',
|
|
'info' => '\Predis\Commands\InfoV24x',
|
|
));
|
|
));
|