Jamm\Memory\RedisServer::RPopLPush PHP 메소드

RPopLPush() 공개 메소드

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