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

Function setDeferredMapLen

src/networking.cpp:808–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806}
807
808void setDeferredMapLen(client *c, void *node, long length) {
809 int prefix = c->resp == 2 ? '*' : '%';
810 if (c->resp == 2) length *= 2;
811 setDeferredAggregateLen(c,node,length,prefix);
812}
813
814void setDeferredSetLen(client *c, void *node, long length) {
815 int prefix = c->resp == 2 ? '*' : '~';

Callers 5

xreadCommandFunction · 0.85
sentinelConfigGetCommandFunction · 0.85
configGetCommandFunction · 0.85
luaReplyToRedisReplyFunction · 0.85

Calls 1

setDeferredAggregateLenFunction · 0.85

Tested by

no test coverage detected