Jamm\Memory\RedisServer::BRPopLPush PHP Method

BRPopLPush() public method

public BRPopLPush ( $source, $destination, $timeout )
    public function BRPopLPush($source, $destination, $timeout)
    {
        return $this->_send(array('BRPopLPush', $source, $destination, $timeout));
    }