Searched refs:redisCommandTable (Results 1 – 1 of 1) sorted by relevance
125 struct redisCommand redisCommandTable[] = { variable1997 int numcommands = sizeof(redisCommandTable)/sizeof(struct redisCommand); in populateCommandTable()2000 struct redisCommand *c = redisCommandTable+j; in populateCommandTable()2033 int numcommands = sizeof(redisCommandTable)/sizeof(struct redisCommand); in resetCommandTableStats()2037 struct redisCommand *c = redisCommandTable+j; in resetCommandTableStats()3261 numcommands = sizeof(redisCommandTable)/sizeof(struct redisCommand); in genRedisInfoString()3263 struct redisCommand *c = redisCommandTable+j; in genRedisInfoString()