Cml\Interfaces\Queue::rPush PHP Method

rPush() public method

从列表尾入队
public rPush ( string $name, mixed $data ) : mixed
$name string 要从列表尾入队的队列的名称
$data mixed 要入队的数据
return mixed
    public function rPush($name, $data);