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

Function errWrongNumber

IceFireDB-PubSub/test/redis.go:41–43  ·  view source on GitHub ↗
(cmd string)

Source from the content-addressed store, hash-verified

39)
40
41func errWrongNumber(cmd string) string {
42 return fmt.Sprintf("ERR wrong number of arguments for '%s' command", strings.ToLower(cmd))
43}
44
45func errLuaParseError(err error) string {
46 return fmt.Sprintf("ERR Error compiling script (new function): %s", err.Error())

Callers 15

TestSaddFunction · 0.70
TestSismemberFunction · 0.70
TestSremFunction · 0.70
TestSrandmemberFunction · 0.70
TestSscanFunction · 0.70
TestSortedSetFunction · 0.70
TestSortedSetAddFunction · 0.70
TestSortedSetRangeFunction · 0.70
TestSortedSetRemFunction · 0.70

Calls

no outgoing calls

Tested by 15

TestSaddFunction · 0.56
TestSismemberFunction · 0.56
TestSremFunction · 0.56
TestSrandmemberFunction · 0.56
TestSscanFunction · 0.56
TestSortedSetFunction · 0.56
TestSortedSetAddFunction · 0.56
TestSortedSetRangeFunction · 0.56
TestSortedSetRemFunction · 0.56