| /f-stack/app/redis-5.0.5/src/ |
| H A D | cluster.c | 4229 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 D | hyperloglog.c | 1416 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 D | networking.c | 383 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() 1929 …addReplyErrorFormat(c, "Unknown subcommand or wrong number of arguments for '%s'. Try CLIENT HELP"… in clientCommand()
|
| H A D | t_stream.c | 1422 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 D | config.c | 940 …addReplyErrorFormat(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 D | latency.c | 634 addReplyErrorFormat(c, in latencyCommand()
|
| H A D | t_string.c | 74 addReplyErrorFormat(c,"invalid expire time in %s",c->cmd->name); in setGenericCommand()
|
| H A D | scripting.c | 1203 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 D | replication.c | 802 addReplyErrorFormat(c,"REPLCONF ip-address provided by " in replconfCommand() 837 addReplyErrorFormat(c,"Unrecognized REPLCONF option: %s", in replconfCommand()
|
| H A D | sentinel.c | 3296 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 D | server.h | 1492 void addReplyErrorFormat(client *c, const char *fmt, ...) 1497 void addReplyErrorFormat(client *c, const char *fmt, ...);
|
| H A D | server.c | 2573 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 D | object.c | 1461 …addReplyErrorFormat(c, "Unknown subcommand or wrong number of arguments for '%s'. Try MEMORY HELP"… in memoryCommand()
|
| H A D | module.c | 1077 addReplyErrorFormat(ctx->client, in RM_WrongArity() 5277 addReplyErrorFormat(c,"Error unloading module: %s",errmsg); in moduleCommand()
|