MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / Delete

Method Delete

certcache/redis.go:45–47  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

43}
44
45func (r *RedisCache) Delete(ctx context.Context, key string) error {
46 return r.r.Del(ctx, r.pfx+key).Err()
47}
48
49func (r *RedisCache) Close() error {
50 var err error

Callers 1

deleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected