Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiprodcoder/MIXAPI
/ shouldUpdateRedis
Function
shouldUpdateRedis
model/utils.go:109–111 ·
view source on GitHub ↗
(fromDB bool, err error)
Source
from the content-addressed store, hash-verified
107
}
108
109
func
shouldUpdateRedis(fromDB bool, err error) bool {
110
return
common.RedisEnabled && fromDB && err == nil
111
}
Callers
10
GetUserCache
Function · 0.85
GetUserQuota
Function · 0.85
GetUserGroup
Function · 0.85
GetUserSetting
Function · 0.85
GetUsernameById
Function · 0.85
GetTokenById
Function · 0.85
GetTokenByKey
Function · 0.85
Update
Method · 0.85
SelectUpdate
Method · 0.85
Delete
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected