Versions in this module Expand all Collapse all v1 v1.2.10 Aug 26, 2024 Changes in this version + var ClusterMode = "cluster" + var EachTimeServerInfo *ServerInfo + var Properties *ServerProperties + var StandaloneMode = "standalone" + func GetTmpDir() string + func SetupConfig(configFilename string) + type ServerInfo struct + StartUpTime time.Time + type ServerProperties struct + AnnounceHost string + AofUseRdbPreamble bool + AppendFilename string + AppendFsync string + AppendOnly bool + Bind string + CfPath string + ClusterAsSeed bool + ClusterConfigFile string + ClusterEnable bool + ClusterEnabled string + ClusterSeed string + Databases int + Dir string + MasterAuth string + MaxClients int + Peers []string + Port int + RDBFilename string + ReplTimeout int + RequirePass string + RunID string + Self string + SlaveAnnounceIP string + SlaveAnnouncePort int + func (p *ServerProperties) AnnounceAddress() string