Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h2089 void readwriteCommand(client *c);
H A Dserver.c287 {"readwrite",readwriteCommand,1,"F",0,NULL,0,0,0,0,0},
H A Dcluster.c5415 void readwriteCommand(client *c) { in readwriteCommand() function