MCPcopy Index your code
hub / github.com/CodisLabs/codis / handleQuit

Method handleQuit

pkg/proxy/session.go:308–312  ·  view source on GitHub ↗
(r *Request)

Source from the content-addressed store, hash-verified

306}
307
308func (s *Session) handleQuit(r *Request) error {
309 s.quit = true
310 r.Resp = RespOK
311 return nil
312}
313
314func (s *Session) handleAuth(r *Request) error {
315 if len(r.Multi) != 2 {

Callers 1

handleRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected