Home
last modified time | relevance | path

Searched refs:addReplyErrorFormat (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c4229 addReplyErrorFormat(c,"Invalid TCP base port specified: %s", in clusterCommand()
4236 addReplyErrorFormat(c,"Invalid TCP bus port specified: %s", in clusterCommand()
4247 addReplyErrorFormat(c,"Invalid node address specified: %s:%s", in clusterCommand()
4297 addReplyErrorFormat(c,"Slot %d is already busy", slot); in clusterCommand()
4302 addReplyErrorFormat(c,"Slot %d specified multiple times", in clusterCommand()
4346 addReplyErrorFormat(c,"I don't know about node %s", in clusterCommand()
4353 addReplyErrorFormat(c, in clusterCommand()
4358 addReplyErrorFormat(c,"I don't know about node %s", in clusterCommand()
4372 addReplyErrorFormat(c,"Unknown node %s", in clusterCommand()
4380 addReplyErrorFormat(c, in clusterCommand()
[all …]
H A Dhyperloglog.c1416 addReplyErrorFormat(c, in pfselftestCommand()
1474 addReplyErrorFormat(c, in pfselftestCommand()
1587 addReplyErrorFormat(c,"Unknown PFDEBUG subcommand '%s'", cmd); in pfdebugCommand()
1592 addReplyErrorFormat(c, in pfdebugCommand()
H A Dnetworking.c383 void addReplyErrorFormat(client *c, const char *fmt, ...) { in addReplyErrorFormat() function
626 addReplyErrorFormat(c, in addReplySubcommandSyntaxError()
1349 addReplyErrorFormat(c, in processMultibulkBuffer()
1745 addReplyErrorFormat(c,"Unknown client type '%s'", in clientCommand()
1799 addReplyErrorFormat(c,"Unknown client type '%s'", in clientCommand()
1929addReplyErrorFormat(c, "Unknown subcommand or wrong number of arguments for '%s'. Try CLIENT HELP"… in clientCommand()
H A Dt_stream.c1422 addReplyErrorFormat(c, "-NOGROUP No such key '%s' or consumer " in xreadCommand()
1758 addReplyErrorFormat(c, "-NOGROUP No such consumer group '%s' " in xgroupCommand()
1957 addReplyErrorFormat(c, "-NOGROUP No such key '%s' or consumer " in xpendingCommand()
2144 addReplyErrorFormat(c,"-NOGROUP No such key '%s' or " in xclaimCommand()
2198 addReplyErrorFormat(c,"Unrecognized XCLAIM option '%s'",opt); in xclaimCommand()
2467 addReplyErrorFormat(c, "-NOGROUP No such consumer group '%s' " in xinfoCommand()
H A Dconfig.c940addReplyErrorFormat(c,"The operating system is not able to handle the specified number of clients,…
1005 addReplyErrorFormat(c,"Changing directory: %s", strerror(errno));
1273 addReplyErrorFormat(c,"Unsupported CONFIG parameter: %s",
1283 addReplyErrorFormat(c,"Invalid argument '%s' for CONFIG SET '%s'",
2275 addReplyErrorFormat(c,"Rewriting config file: %s", strerror(errno));
H A Dlatency.c634 addReplyErrorFormat(c, in latencyCommand()
H A Dt_string.c74 addReplyErrorFormat(c,"invalid expire time in %s",c->cmd->name); in setGenericCommand()
H A Dscripting.c1203 addReplyErrorFormat(c, in luaCreateFunction()
1216 addReplyErrorFormat(c,"Error running script (new function): %s\n", in luaCreateFunction()
1404 addReplyErrorFormat(c,"Error running script (call to %s): %s\n", in evalGenericCommand()
H A Dreplication.c802 addReplyErrorFormat(c,"REPLCONF ip-address provided by " in replconfCommand()
837 addReplyErrorFormat(c,"Unrecognized REPLCONF option: %s", in replconfCommand()
H A Dsentinel.c3296 addReplyErrorFormat(c,"Unknown sentinel subcommand '%s'", in sentinelCommand()
3302 addReplyErrorFormat(c,"Wrong number of arguments for 'sentinel %s'", in sentinelCommand()
3522 addReplyErrorFormat(c,"Unknown option or number of arguments for " in sentinelSetCommand()
3552 addReplyErrorFormat(c,"Invalid argument '%s' for SENTINEL SET '%s'", in sentinelSetCommand()
H A Dserver.h1492 void addReplyErrorFormat(client *c, const char *fmt, ...)
1497 void addReplyErrorFormat(client *c, const char *fmt, ...);
H A Dserver.c2573 addReplyErrorFormat(c,"unknown command `%s`, with args beginning with: %s", in processCommand()
2580 addReplyErrorFormat(c,"wrong number of arguments for '%s' command", in processCommand()
2953 addReplyErrorFormat(c,"wrong number of arguments for '%s' command", in pingCommand()
H A Dobject.c1461addReplyErrorFormat(c, "Unknown subcommand or wrong number of arguments for '%s'. Try MEMORY HELP"… in memoryCommand()
H A Dmodule.c1077 addReplyErrorFormat(ctx->client, in RM_WrongArity()
5277 addReplyErrorFormat(c,"Error unloading module: %s",errmsg); in moduleCommand()