struct Redis::ReplicationClient::Info::Replica
- Redis::ReplicationClient::Info::Replica
- Struct
- Value
- Object
Defined in:
replication_client.crConstructors
- .new(ip : String, port : Int32, state : Redis::ReplicationClient::Info::Replica::State, lag : Time::Span)
- .new(text : String)
Instance Method Summary
Constructor Detail
def self.new(ip : String, port : Int32, state : Redis::ReplicationClient::Info::Replica::State, lag : Time::Span)
#