Searched refs:numcommands (Results 1 – 1 of 1) sorted by relevance
2196 int numcommands = sizeof(redisCommandTable)/sizeof(struct redisCommand); in populateCommandTable() local2198 for (j = 0; j < numcommands; j++) { in populateCommandTable()