Home
last modified time | relevance | path

Searched refs:rewriteClientCommandVector (Results 1 – 5 of 5) sorted by relevance

/redis-3.2.3/src/
H A Dt_set.c455 rewriteClientCommandVector(c,2,shared.del,c->argv[1]); in spopWithCountCommand()
596 rewriteClientCommandVector(c,3,aux,c->argv[1],ele); in spopCommand()
H A Dt_list.c907 rewriteClientCommandVector(c,2, in blockingPopGenericCommand()
H A Ddb.c973 rewriteClientCommandVector(c,2,aux,key); in expireGenericCommand()
H A Dserver.h1125 void rewriteClientCommandVector(client *c, int argc, ...);
H A Dnetworking.c1643 void rewriteClientCommandVector(client *c, int argc, ...) { in rewriteClientCommandVector() function