MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / Close

Method Close

cache/redis_cache.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (r *redisCache) Close() error {
50 return r.client.Close()
51}
52
53var usedMemoryRegexp = regexp.MustCompile(`used_memory:([0-9]+)\r\n`)
54

Callers 1

CloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected