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

Function addReplySetLen

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

Source from the content-addressed store, hash-verified

769}
770
771void addReplySetLen(client *c, long length) {
772 int prefix = c->resp == 2 ? '*' : '~';
773 addReplyAggregateLen(c,length,prefix);
774}
775
776void addReplyAttributeLen(client *c, long length) {
777 serverAssert(c->resp >= 3);

Callers 3

spopWithCountCommandFunction · 0.85
sunionDiffGenericCommandFunction · 0.85
debugCommandFunction · 0.85

Calls 1

addReplyAggregateLenFunction · 0.85

Tested by

no test coverage detected