Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.c125 struct redisCommand redisCommandTable[] = { variable
1997 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()