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

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

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