Jamm\Memory\RedisServer::RPopLPush PHP Method

RPopLPush() public method

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