Searched defs:redisServer (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.h | 943 redisDb *db; 982 list *slaves, *monitors; /* List of slaves and MONITORs */ 998 struct redisCommand *delCommand, *multiCommand, *lpushCommand, 999 *lpopCommand, *rpopCommand, *zpopminCommand, 1000 *zpopmaxCommand, *sremCommand, *execCommand, 1001 *expireCommand, *pexpireCommand, *xclaimCommand, 1036 struct { 1119 struct { 1206 int sort_desc; 1207 int sort_alpha; [all …]
|