Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
func
(r *redisCache) Close() error {
50
return
r.client.Close()
51
}
52
53
var
usedMemoryRegexp = regexp.MustCompile(`used_memory:([0-9]+)\r\n`)
54
Callers
1
Close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected