Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ init
Method
init
pubsub.go:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(c *PubSub) init() {
54
c.exit = make(
chan
struct
{})
55
}
56
57
func
(c *PubSub) String() string {
58
c.mu.Lock()
Callers
3
pubSub
Method · 0.95
pubSub
Method · 0.95
pubSub
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected