Searched refs:rewriteClientCommandVector (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | expire.c | 437 rewriteClientCommandVector(c,2,aux,key); in expireGenericCommand()
|
| H A D | t_list.c | 600 rewriteClientCommandVector(c,3,shared.rpoplpush,c->argv[1],c->argv[2]); in rpoplpushCommand() 722 rewriteClientCommandVector(c,2, in blockingPopGenericCommand()
|
| H A D | t_set.c | 446 rewriteClientCommandVector(c,2,shared.del,c->argv[1]); in spopWithCountCommand() 588 rewriteClientCommandVector(c,3,aux,c->argv[1],ele); in spopCommand()
|
| H A D | networking.c | 1956 void rewriteClientCommandVector(client *c, int argc, ...) { in rewriteClientCommandVector() function
|
| H A D | server.h | 1468 void rewriteClientCommandVector(client *c, int argc, ...);
|
| H A D | scripting.c | 1452 rewriteClientCommandVector(c,3, in evalGenericCommand()
|
| H A D | t_zset.c | 3279 rewriteClientCommandVector(c,2, in blockingGenericZpopCommand()
|