Home
last modified time | relevance | path

Searched refs:clusterCommand (Results 1 – 3 of 3) sorted by relevance

/redis-3.2.3/src/
H A Dserver.h1616 void clusterCommand(client *c);
H A Dserver.c266 {"cluster",clusterCommand,-2,"a",0,NULL,0,0,0,0,0},
H A Dcluster.c3880 void clusterCommand(client *c) { in clusterCommand() function