Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Close
Method
Close
pkg/cache/redis_client.go:177–179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
}
176
177
func
(c *RedisClient) Close() error {
178
return
c.rdb.Close()
179
}
180
181
// StringToBytes reads the string header and returns a byte slice without copying.
182
func
StringToBytes(s string) []byte {
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected