struct RedisServiceManager::NodeInfo

Included Modules

Defined in:

redis_service_manager/node_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri : String, version : String, ready : Bool = false) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ready=(ready : Bool) #

[View source]
def ready? : Bool #

[View source]
def uri : String #

[View source]
def uri=(uri : String) #

[View source]
def version : String #

[View source]
def version=(version : String) #

[View source]