Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.h1621 void readwriteCommand(client *c);
H A Dserver.c272 {"readwrite",readwriteCommand,1,"F",0,NULL,0,0,0,0,0},
H A Dcluster.c4937 void readwriteCommand(client *c) { in readwriteCommand() function