Home
last modified time | relevance | path

Searched refs:numcommands (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.c2196 int numcommands = sizeof(redisCommandTable)/sizeof(struct redisCommand); in populateCommandTable() local
2198 for (j = 0; j < numcommands; j++) { in populateCommandTable()