Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Stop
Method
Stop
pkg/cache/redis_cache.go:130–132 ·
view source on GitHub ↗
Stop stops the redis client.
()
Source
from the content-addressed store, hash-verified
128
129
// Stop stops the redis client.
130
func
(c *RedisCache) Stop() {
131
_ = c.redis.Close()
132
}
133
134
func
(c *RedisCache) Release(_ []byte) {
135
// buffer pooling unimplemented in redis
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected