MCPcopy
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.
130func (c *RedisCache) Stop() {
131 _ = c.redis.Close()
132}
133
134func (c *RedisCache) Release(_ []byte) {
135 // buffer pooling unimplemented in redis

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected