Home
last modified time | relevance | path

Searched refs:replaceClientCommandVector (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeo.c447 replaceClientCommandVector(c,argc,argv); in geoaddCommand()
H A Dnetworking.c1984 void replaceClientCommandVector(client *c, int argc, robj **argv) { in replaceClientCommandVector() function
H A Dserver.h1470 void replaceClientCommandVector(client *c, int argc, robj **argv);
H A Dcluster.c5318 replaceClientCommandVector(c,del_idx,newargv); in migrateCommand()