Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ cache
Struct
cache
sql-redis/main.go:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
var
errNotFind = errors.New(
"not find"
)
17
18
type
cache
struct
{
19
rds *redis.Client
20
g singleflight.Group
21
}
22
23
/*create table tests
24
(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected