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

WriteSimpleStringFunction · 0.92

Tested by

no test coverage detected