MCPcopy Create free account
hub / github.com/distributedio/titan / ErrUnKnownCommand

Function ErrUnKnownCommand

command/error.go:105–107  ·  view source on GitHub ↗

ErrUnKnownCommand return RedisError of the cmd

(cmd string)

Source from the content-addressed store, hash-verified

103
104//ErrUnKnownCommand return RedisError of the cmd
105func ErrUnKnownCommand(cmd string) error {
106 return fmt.Errorf(UnKnownCommandStr, cmd)
107}
108
109// ErrWrongArgs return RedisError of the cmd
110func ErrWrongArgs(cmd string) error {

Callers 2

CallFunction · 0.85
TxnCallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected