Searched refs:sinterCommand (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_set.c | 919 void sinterCommand(client *c) { in sinterCommand() function
|
| H A D | server.c | 177 {"sinter",sinterCommand,-2,"rS",0,NULL,1,-1,1,0,0}, 183 {"smembers",sinterCommand,2,"rS",0,NULL,1,1,1,0,0},
|
| H A D | server.h | 1997 void sinterCommand(client *c);
|