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

Function setDeferredSetLen

src/networking.cpp:814–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814void setDeferredSetLen(client *c, void *node, long length) {
815 int prefix = c->resp == 2 ? '*' : '~';
816 setDeferredAggregateLen(c,node,length,prefix);
817}
818
819void setDeferredAttributeLen(client *c, void *node, long length) {
820 serverAssert(c->resp >= 3);

Callers 6

addReplyCommandFunction · 0.85
sinterGenericCommandFunction · 0.85
clientCommandFunction · 0.85
aclCommandFunction · 0.85
luaReplyToRedisReplyFunction · 0.85

Calls 1

setDeferredAggregateLenFunction · 0.85

Tested by

no test coverage detected