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

Function setDeferredArrayLen

src/networking.cpp:804–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802}
803
804void setDeferredArrayLen(client *c, void *node, long length) {
805 setDeferredAggregateLen(c,node,length,'*');
806}
807
808void setDeferredMapLen(client *c, void *node, long length) {
809 int prefix = c->resp == 2 ? '*' : '%';

Callers 15

keysCommandCoreFunction · 0.85
pubsubCommandFunction · 0.85
roleCommandFunction · 0.85
genericZpopCommandFunction · 0.85
streamReplyWithRangeFunction · 0.85
xreadCommandFunction · 0.85
xpendingCommandFunction · 0.85

Calls 1

setDeferredAggregateLenFunction · 0.85

Tested by

no test coverage detected