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

Function setDeferredSetLen

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

Source from the content-addressed store, hash-verified

653}
654
655void setDeferredSetLen(client *c, void *node, long length) {
656 int prefix = c->resp == 2 ? '*' : '~';
657 setDeferredAggregateLen(c,node,length,prefix);
658}
659
660void setDeferredAttributeLen(client *c, void *node, long length) {
661 serverAssert(c->resp >= 3);

Callers 6

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

Calls 1

setDeferredAggregateLenFunction · 0.85

Tested by

no test coverage detected