Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c1174 addReplySds(c, in isHLLObjectOrReply()
1206 addReplySds(c,sdsnew(invalid_hll_err)); in pfaddCommand()
1248 addReplySds(c,sdsnew(invalid_hll_err)); in pfcountCommand()
1288 addReplySds(c,sdsnew(invalid_hll_err)); in pfcountCommand()
1335 addReplySds(c,sdsnew(invalid_hll_err)); in pfmergeCommand()
1358 addReplySds(c,sdsnew(invalid_hll_err)); in pfmergeCommand()
1515 addReplySds(c,sdsnew(invalid_hll_err)); in pfdebugCommand()
1579 addReplySds(c,sdsnew(invalid_hll_err)); in pfdebugCommand()
H A Dscripting.c301 addReplySds(c,sdscatprintf(sdsempty(),"-%s\r\n",err)); in luaReplyToRedisReply()
314 addReplySds(c,sdscatprintf(sdsempty(),"+%s\r\n",ok)); in luaReplyToRedisReply()
1523 addReplySds(c,sdsnew("-NOTBUSY No scripts in execution right now.\r\n")); in scriptCommand()
1525addReplySds(c,sdsnew("-UNKILLABLE The busy script was sent by a master instance in the context of … in scriptCommand()
1527addReplySds(c,sdsnew("-UNKILLABLE Sorry the script already executed write commands against the dat… in scriptCommand()
H A Dcluster.c4428 addReplySds(c,reply); in clusterCommand()
4501 addReplySds(c,sdscatprintf(sdsempty(),"$%lu\r\n", in clusterCommand()
4503 addReplySds(c,info); in clusterCommand()
5005 addReplySds(c, in migrateGetSocket()
5136 addReplySds(c,sdsnew("+NOKEY\r\n")); in migrateCommand()
5378 addReplySds(c, in migrateCommand()
5633 addReplySds(c,sdsnew("-CROSSSLOT Keys in request don't hash to the same slot\r\n")); in clusterRedirectClient()
5638 addReplySds(c,sdsnew("-TRYAGAIN Multiple keys request during rehashing of slot\r\n")); in clusterRedirectClient()
5640 addReplySds(c,sdsnew("-CLUSTERDOWN The cluster is down\r\n")); in clusterRedirectClient()
5642 addReplySds(c,sdsnew("-CLUSTERDOWN Hash slot not served\r\n")); in clusterRedirectClient()
[all …]
H A Dblocked.c216 addReplySds(c,sdsnew( in disconnectAllBlockedClients()
H A Dreplication.c388 addReplySds(c,sdsnewlen(server.repl_backlog + j, thislen)); in addReplyReplicationBacklog()
636 addReplySds(c,sdsnew("-NOMASTERLINK Can't SYNC while not connected with my master\r\n")); in syncCommand()
2061 addReplySds(c,sdsnew("+OK Already connected to specified master\r\n")); in replicaofCommand()
H A Dgeo.c103 addReplySds(c, sdscatprintf(sdsempty(), in extractLongLatOrReply()
H A Dsentinel.c3098 addReplySds(c,sdsnew("-INPROG Failover already in progress\r\n")); in sentinelCommand()
3102 addReplySds(c,sdsnew("-NOGOODSLAVE No suitable replica to promote\r\n")); in sentinelCommand()
3186 addReplySds(c, sdscatfmt(sdsempty(), in sentinelCommand()
3201 addReplySds(c,e); in sentinelCommand()
H A Dnetworking.c319 void addReplySds(client *c, sds s) { in addReplySds() function
578 addReplySds(c,s); in addReplyBulkSds()
H A Ddebug.c557 addReplySds(c,errstr); in debugCommand()
H A Dmodule.c1130 addReplySds(c,strmsg); in replyWithStatus()
1275 addReplySds(c,proto); in RM_ReplyWithCallReply()
H A Dserver.h1448 void addReplySds(client *c, sds s);
H A Dt_stream.c1794 addReplySds(c, in xgroupCommand()
H A Dserver.c2655 addReplySds(c, in processCommand()