struct Redis::ReplicationClient::Info::Replica

Defined in:

replication_client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ip : String, port : Int32, state : Redis::ReplicationClient::Info::Replica::State, lag : Time::Span) #

[View source]
def self.new(text : String) #

[View source]

Instance Method Detail

def ==(other : self) #

[View source]
def ip : String #

[View source]
def lag : Time::Span #

[View source]
def port : Int32 #

[View source]
def state : State #

[View source]