Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dcluster.c3890 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 Dhyperloglog.c1377 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 Dconfig.c752addReplyErrorFormat(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 Ddebug.c542 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 Dpubsub.c367 addReplyErrorFormat(c, in pubsubCommand()
H A Dlatency.c620 addReplyErrorFormat(c, in latencyCommand()
H A Dnetworking.c395 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 Dt_string.c74 addReplyErrorFormat(c,"invalid expire time in %s",c->cmd->name); in setGenericCommand()
H A Dscripting.c1155 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 Dserver.h1146 void addReplyErrorFormat(client *c, const char *fmt, ...)
1151 void addReplyErrorFormat(client *c, const char *fmt, ...);
H A Dserver.c2358 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 Dreplication.c730 addReplyErrorFormat(c,"REPLCONF ip-address provided by " in replconfCommand()
763 addReplyErrorFormat(c,"Unrecognized REPLCONF option: %s", in replconfCommand()
H A Dsentinel.c3190 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()