MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / RedisKeyCacheSeconds

Function RedisKeyCacheSeconds

common/redis.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17var RedisEnabled = true
18
19func RedisKeyCacheSeconds() int {
20 return SyncFrequency
21}
22
23// InitRedisClient This function is called after init()
24func InitRedisClient() (err error) {

Callers 2

updateUserCacheFunction · 0.92
cacheSetTokenFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected