Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
func
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
Init
Function · 0.85
Calls
1
String
Method · 0.45
Tested by
no test coverage detected