Searched refs:sinterCommand (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | t_set.c | 927 void sinterCommand(client *c) { in sinterCommand() function
|
| H A D | server.h | 1533 void sinterCommand(client *c);
|
| H A D | server.c | 168 {"sinter",sinterCommand,-2,"rS",0,NULL,1,-1,1,0,0}, 174 {"smembers",sinterCommand,2,"rS",0,NULL,1,1,1,0,0},
|