MCPcopy
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

16var errNotFind = errors.New("not find")
17
18type 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