MCPcopy Create free account
hub / github.com/encoder-run/operator / IndexStorage

Struct IndexStorage

pkg/cache/redis/index.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type IndexStorage struct {
15 client *redis.Client
16 namespacePrefix string
17}
18
19// SetIndex serializes and stores the index in Redis.
20func (s *IndexStorage) SetIndex(idx *index.Index) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected