Searched refs:redisCommandTable (Results 1 – 2 of 2) sorted by relevance
132 struct redisCommand redisCommandTable[] = { variable2196 int numcommands = sizeof(redisCommandTable)/sizeof(struct redisCommand); in populateCommandTable()2199 struct redisCommand *c = redisCommandTable+j; in populateCommandTable()
321 * The global variable `redisCommandTable` defines all the Redis commands, specifying the name of th…