Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dgeo.c426 replaceClientCommandVector(c,argc,argv); in geoaddCommand()
H A Dserver.h1127 void replaceClientCommandVector(client *c, int argc, robj **argv);
H A Dnetworking.c1671 void replaceClientCommandVector(client *c, int argc, robj **argv) { in replaceClientCommandVector() function
H A Dcluster.c4849 replaceClientCommandVector(c,del_idx,newargv); in migrateCommand()