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

Function setDeferredArrayLen

app/redis-6.2.6/src/networking.c:645–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645void setDeferredArrayLen(client *c, void *node, long length) {
646 setDeferredAggregateLen(c,node,length,'*');
647}
648
649void setDeferredMapLen(client *c, void *node, long length) {
650 int prefix = c->resp == 2 ? '*' : '%';

Callers 15

luaReplyToRedisReplyFunction · 0.85
pubsubCommandFunction · 0.85
roleCommandFunction · 0.85
stralgoLCSFunction · 0.85
slowlogCommandFunction · 0.85
addReplyHelpFunction · 0.85
keysCommandFunction · 0.85
aclCommandFunction · 0.85

Calls 1

setDeferredAggregateLenFunction · 0.85

Tested by

no test coverage detected