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

Function addReplyArrayLen

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

Source from the content-addressed store, hash-verified

759}
760
761void addReplyArrayLen(client *c, long length) {
762 addReplyAggregateLen(c,length,'*');
763}
764
765void addReplyMapLen(client *c, long length) {
766 int prefix = c->resp == 2 ? '*' : '%';

Callers 15

scriptCommandFunction · 0.85
pubsubCommandFunction · 0.85
sentinelCommandFunction · 0.85
sentinelRoleCommandFunction · 0.85
hmgetCommandFunction · 0.85
genericHgetallCommandFunction · 0.85
replicationFeedSlavesFunction · 0.85
roleCommandFunction · 0.85

Calls 1

addReplyAggregateLenFunction · 0.85

Tested by

no test coverage detected