MCPcopy 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
76func (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

WriteSimpleStringFunction · 0.92

Tested by

no test coverage detected