Searched refs:xreadCommand (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 319 {"xread",xreadCommand,-4,"rs",0,xreadGetKeys,1,1,1,0,0}, 320 {"xreadgroup",xreadCommand,-7,"ws",0,xreadGetKeys,1,1,1,0,0},
|
| H A D | server.h | 2125 void xreadCommand(client *c);
|
| H A D | t_stream.c | 1328 void xreadCommand(client *c) { in xreadCommand() function
|