MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / cmdPING

Method cmdPING

IceFireDB-PubSub/pkg/router/redisNode/handle.go:37–40  ·  view source on GitHub ↗
(s *router.Context)

Source from the content-addressed store, hash-verified

35}
36
37func (r *Router) cmdPING(s *router.Context) error {
38 s.Reply = pongReply
39 return router.WriteSimpleString(s.Writer, pongReply)
40}
41
42func (r *Router) cmdCMDEXEC(s *router.Context) error {
43 var err error

Callers

nothing calls this directly

Calls 1

WriteSimpleStringFunction · 0.92

Tested by

no test coverage detected