MCPcopy Create free account
hub / github.com/F-Stack/f-stack / setDeferredReplyStreamID

Function setDeferredReplyStreamID

app/redis-6.2.6/src/t_stream.c:1355–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1353}
1354
1355void setDeferredReplyStreamID(client *c, void *dr, streamID *id) {
1356 sds replyid = sdscatfmt(sdsempty(),"%U-%U",id->ms,id->seq);
1357 setDeferredReplyBulkSds(c, dr, replyid);
1358}
1359
1360/* Similar to the above function, but just creates an object, usually useful
1361 * for replication purposes to create arguments. */

Callers 1

xautoclaimCommandFunction · 0.85

Calls 3

sdscatfmtFunction · 0.85
sdsemptyFunction · 0.85
setDeferredReplyBulkSdsFunction · 0.85

Tested by

no test coverage detected