Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ cmdQUIT
Method
cmdQUIT
IceFireDB-PubSub/pkg/router/redisCluster/handle.go:76–79 ·
view source on GitHub ↗
(s *router.Context)
Source
from the content-addressed store, hash-verified
74
}
75
76
func
(r *Router) cmdQUIT(s *router.Context) error {
77
s.Reply = okReply
78
return
router.WriteSimpleString(s.Writer, okReply)
79
}
Callers
nothing calls this directly
Calls
1
WriteSimpleString
Function · 0.92
Tested by
no test coverage detected