Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ addReplyArrayLen
Function
addReplyArrayLen
src/networking.cpp:920–922 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
918
}
919
920
void addReplyArrayLen(client *c, long length) {
921
addReplyAggregateLen(c,length,
'*'
);
922
}
923
924
void addReplyMapLen(client *c, long length) {
925
int prefix = c->resp == 2 ?
'*'
:
'%'
;
Callers
15
mexistsCommand
Function · 0.85
scanFilterAndReply
Function · 0.85
pubsubCommand
Function · 0.85
latencyCommandReplyWithSamples
Function · 0.85
latencyCommandReplyWithLatestEvents
Function · 0.85
latencyCommand
Function · 0.85
addNodeReplyForClusterSlot
Function · 0.85
clusterCommand
Function · 0.85
execCommand
Function · 0.85
sortCommand
Function · 0.85
hmgetCommand
Function · 0.85
genericHgetallCommand
Function · 0.85
Calls
1
addReplyAggregateLen
Function · 0.85
Tested by
no test coverage detected