Searched refs:rewriteClientCommandVector (Results 1 – 5 of 5) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | t_set.c | 455 rewriteClientCommandVector(c,2,shared.del,c->argv[1]); in spopWithCountCommand() 596 rewriteClientCommandVector(c,3,aux,c->argv[1],ele); in spopCommand()
|
| H A D | t_list.c | 907 rewriteClientCommandVector(c,2, in blockingPopGenericCommand()
|
| H A D | db.c | 973 rewriteClientCommandVector(c,2,aux,key); in expireGenericCommand()
|
| H A D | server.h | 1125 void rewriteClientCommandVector(client *c, int argc, ...);
|
| H A D | networking.c | 1643 void rewriteClientCommandVector(client *c, int argc, ...) { in rewriteClientCommandVector() function
|