Searched refs:addReplySds (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | hyperloglog.c | 1174 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 D | scripting.c | 301 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() 1525 …addReplySds(c,sdsnew("-UNKILLABLE The busy script was sent by a master instance in the context of … in scriptCommand() 1527 …addReplySds(c,sdsnew("-UNKILLABLE Sorry the script already executed write commands against the dat… in scriptCommand()
|
| H A D | cluster.c | 4428 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 D | blocked.c | 216 addReplySds(c,sdsnew( in disconnectAllBlockedClients()
|
| H A D | replication.c | 388 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 D | geo.c | 103 addReplySds(c, sdscatprintf(sdsempty(), in extractLongLatOrReply()
|
| H A D | sentinel.c | 3098 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 D | networking.c | 319 void addReplySds(client *c, sds s) { in addReplySds() function 578 addReplySds(c,s); in addReplyBulkSds()
|
| H A D | debug.c | 557 addReplySds(c,errstr); in debugCommand()
|
| H A D | module.c | 1130 addReplySds(c,strmsg); in replyWithStatus() 1275 addReplySds(c,proto); in RM_ReplyWithCallReply()
|
| H A D | server.h | 1448 void addReplySds(client *c, sds s);
|
| H A D | t_stream.c | 1794 addReplySds(c, in xgroupCommand()
|
| H A D | server.c | 2655 addReplySds(c, in processCommand()
|