Searched refs:readonlyCommand (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | server.h | 1620 void readonlyCommand(client *c);
|
| H A D | server.c | 271 {"readonly",readonlyCommand,1,"F",0,NULL,0,0,0,0,0},
|
| H A D | cluster.c | 4927 void readonlyCommand(client *c) { in readonlyCommand() function
|