Jamm\Memory\RedisServer::BRPopLPush PHP Метод

BRPopLPush() публичный Метод

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