MCPcopy Create free account
hub / github.com/UESTCByteDance/ByteRhythm / LoadRedis

Function LoadRedis

config/config.go:126–130  ·  view source on GitHub ↗
(file *ini.File)

Source from the content-addressed store, hash-verified

124}
125
126func LoadRedis(file *ini.File) {
127 RedisHost = file.Section("Redis").Key("RedisHost").String()
128 RedisPort = file.Section("Redis").Key("RedisPort").String()
129 wg.Done()
130}

Callers 1

InitFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected