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

Method cmdCOMMAND

IceFireDB-Redis-Proxy/pkg/router/redisNode/handle.go:32–34  ·  view source on GitHub ↗
(s *router.Context)

Source from the content-addressed store, hash-verified

30)
31
32func (r *Router) cmdCOMMAND(s *router.Context) error {
33 return router.WriteObjects(s.Writer, nil)
34}
35
36func (r *Router) cmdPING(s *router.Context) error {
37 s.Reply = pongReply

Callers

nothing calls this directly

Calls 1

WriteObjectsFunction · 0.92

Tested by

no test coverage detected