struct Redis::Config::Sentinel

Included Modules

Defined in:

redis/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def host : String | Nil #

[View source]
def host=(host : String | Nil) #

[View source]
def password : String | Nil #

[View source]
def password=(password : String | Nil) #

[View source]
def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]
def to_h #

[View source]