Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dexpire.c437 rewriteClientCommandVector(c,2,aux,key); in expireGenericCommand()
H A Dt_list.c600 rewriteClientCommandVector(c,3,shared.rpoplpush,c->argv[1],c->argv[2]); in rpoplpushCommand()
722 rewriteClientCommandVector(c,2, in blockingPopGenericCommand()
H A Dt_set.c446 rewriteClientCommandVector(c,2,shared.del,c->argv[1]); in spopWithCountCommand()
588 rewriteClientCommandVector(c,3,aux,c->argv[1],ele); in spopCommand()
H A Dnetworking.c1956 void rewriteClientCommandVector(client *c, int argc, ...) { in rewriteClientCommandVector() function
H A Dserver.h1468 void rewriteClientCommandVector(client *c, int argc, ...);
H A Dscripting.c1452 rewriteClientCommandVector(c,3, in evalGenericCommand()
H A Dt_zset.c3279 rewriteClientCommandVector(c,2, in blockingGenericZpopCommand()