MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / interactiveCache

Struct interactiveCache

internal/repository/cache/interactive.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type interactiveCache struct {
36 client redis.Cmdable
37 locker *redislock.Client
38 incrByScript *redis.Script
39}
40
41func NewInteractiveCache(client redis.Cmdable) InteractiveCache {
42 locker := redislock.New(client)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected