Searched refs:xclaimCommand (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.h | 1001 *expireCommand, *pexpireCommand, *xclaimCommand, member 2130 void xclaimCommand(client *c);
|
| H A D | t_stream.c | 817 propagate(server.xclaimCommand,c->db->id,argv,14,PROPAGATE_AOF|PROPAGATE_REPL); in streamPropagateXCLAIM() 2127 void xclaimCommand(client *c) { in xclaimCommand() function
|
| H A D | server.c | 325 {"xclaim",xclaimCommand,-6,"wRF",0,NULL,1,1,1,0,0}, 1712 server.xclaimCommand = lookupCommandByCString("xclaim"); in initServerConfig()
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 1220 xclaimCommand(): fix comment typos.
|