diff --git a/lib/Predis/Commands/SetAddV24x.php b/lib/Predis/Commands/SetAddV24x.php new file mode 100644 index 00000000..3f7a8c19 --- /dev/null +++ b/lib/Predis/Commands/SetAddV24x.php @@ -0,0 +1,20 @@ + '\Predis\Commands\ListPushTailV24x', 'lpush' => '\Predis\Commands\ListPushHeadV24x', + /* commands operating on sets */ + 'sadd' => '\Predis\Commands\SetAddV24x', + /* remote server control commands */ 'info' => '\Predis\Commands\InfoV24x', ));