MCPcopy
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
177func (c *RedisClient) Close() error {
178 return c.rdb.Close()
179}
180
181// StringToBytes reads the string header and returns a byte slice without copying.
182func StringToBytes(s string) []byte {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected