Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.c132 struct redisCommand redisCommandTable[] = { variable
2196 int numcommands = sizeof(redisCommandTable)/sizeof(struct redisCommand); in populateCommandTable()
2199 struct redisCommand *c = redisCommandTable+j; in populateCommandTable()
/f-stack/app/redis-5.0.5/
H A DREADME.md321 * The global variable `redisCommandTable` defines all the Redis commands, specifying the name of th…