Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
func
(r *RedisCache) Delete(ctx context.Context, key string) error {
46
return
r.r.Del(ctx, r.pfx+key).Err()
47
}
48
49
func
(r *RedisCache) Close() error {
50
var
err error
Callers
1
delete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected