MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / setDeferredReplyStreamID

Function setDeferredReplyStreamID

src/t_stream.cpp:1353–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351}
1352
1353void setDeferredReplyStreamID(client *c, void *dr, streamID *id) {
1354 sds replyid = sdscatfmt(sdsempty(),"%U-%U",id->ms,id->seq);
1355 setDeferredReplyBulkSds(c, dr, replyid);
1356}
1357
1358/* Similar to the above function, but just creates an object, usually useful
1359 * 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