| /redis-3.2.3/src/ |
| H A D | cluster.c | 3890 addReplyErrorFormat(c,"Invalid TCP port specified: %s", in clusterCommand() 3898 addReplyErrorFormat(c,"Invalid node address specified: %s:%s", in clusterCommand() 3944 addReplyErrorFormat(c,"Slot %d is already unassigned", slot); in clusterCommand() 3948 addReplyErrorFormat(c,"Slot %d is already busy", slot); in clusterCommand() 3953 addReplyErrorFormat(c,"Slot %d specified multiple times", in clusterCommand() 3997 addReplyErrorFormat(c,"I don't know about node %s", in clusterCommand() 4004 addReplyErrorFormat(c, in clusterCommand() 4009 addReplyErrorFormat(c,"I don't know about node %s", in clusterCommand() 4023 addReplyErrorFormat(c,"Unknown node %s", in clusterCommand() 4031 addReplyErrorFormat(c, in clusterCommand() [all …]
|
| H A D | hyperloglog.c | 1377 addReplyErrorFormat(c, in pfselftestCommand() 1435 addReplyErrorFormat(c, in pfselftestCommand() 1548 addReplyErrorFormat(c,"Unknown PFDEBUG subcommand '%s'", cmd); in pfdebugCommand() 1553 addReplyErrorFormat(c, in pfdebugCommand()
|
| H A D | config.c | 752 …addReplyErrorFormat(c,"The operating system is not able to handle the specified number of clients,… 817 addReplyErrorFormat(c,"Changing directory: %s", strerror(errno)); 999 addReplyErrorFormat(c,"Unsupported CONFIG parameter: %s", 1009 addReplyErrorFormat(c,"Invalid argument '%s' for CONFIG SET '%s'", 1902 addReplyErrorFormat(c,"Rewriting config file: %s", strerror(errno)); 1914 addReplyErrorFormat(c,"Wrong number of arguments for CONFIG %s",
|
| H A D | debug.c | 542 addReplyErrorFormat(c, "Valid jemalloc debug fields: info, purge"); in debugCommand() 545 addReplyErrorFormat(c, "jemalloc support not available"); in debugCommand() 548 addReplyErrorFormat(c, "Unknown DEBUG subcommand or wrong number of arguments for '%s'", in debugCommand()
|
| H A D | pubsub.c | 367 addReplyErrorFormat(c, in pubsubCommand()
|
| H A D | latency.c | 620 addReplyErrorFormat(c, in latencyCommand()
|
| H A D | networking.c | 395 void addReplyErrorFormat(client *c, const char *fmt, ...) { in addReplyErrorFormat() function 1188 addReplyErrorFormat(c, in processMultibulkBuffer() 1538 addReplyErrorFormat(c,"Unknown client type '%s'", in clientCommand()
|
| H A D | t_string.c | 74 addReplyErrorFormat(c,"invalid expire time in %s",c->cmd->name); in setGenericCommand()
|
| H A D | scripting.c | 1155 addReplyErrorFormat(c,"Error compiling script (new function): %s\n", in luaCreateFunction() 1163 addReplyErrorFormat(c,"Error running script (new function): %s\n", in luaCreateFunction() 1350 addReplyErrorFormat(c,"Error running script (call to %s): %s\n", in evalGenericCommand()
|
| H A D | server.h | 1146 void addReplyErrorFormat(client *c, const char *fmt, ...) 1151 void addReplyErrorFormat(client *c, const char *fmt, ...);
|
| H A D | server.c | 2358 addReplyErrorFormat(c,"unknown command '%s'", in processCommand() 2364 addReplyErrorFormat(c,"wrong number of arguments for '%s' command", in processCommand() 2675 addReplyErrorFormat(c,"wrong number of arguments for '%s' command", in pingCommand() 2781 addReplyErrorFormat(c,"Invalid command specified"); in commandCommand()
|
| H A D | replication.c | 730 addReplyErrorFormat(c,"REPLCONF ip-address provided by " in replconfCommand() 763 addReplyErrorFormat(c,"Unrecognized REPLCONF option: %s", in replconfCommand()
|
| H A D | sentinel.c | 3190 addReplyErrorFormat(c,"Unknown sentinel subcommand '%s'", in sentinelCommand() 3196 addReplyErrorFormat(c,"Wrong number of arguments for 'sentinel %s'", in sentinelCommand() 3363 addReplyErrorFormat(c,"Unknown option '%s' for SENTINEL SET", in sentinelSetCommand() 3377 addReplyErrorFormat(c,"Invalid argument '%s' for SENTINEL SET '%s'", in sentinelSetCommand()
|