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