Home
last modified time | relevance | path

Searched refs:xclaimCommand (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.h1001 *expireCommand, *pexpireCommand, *xclaimCommand, member
2130 void xclaimCommand(client *c);
H A Dt_stream.c817 propagate(server.xclaimCommand,c->db->id,argv,14,PROPAGATE_AOF|PROPAGATE_REPL); in streamPropagateXCLAIM()
2127 void xclaimCommand(client *c) { in xclaimCommand() function
H A Dserver.c325 {"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 D00-RELEASENOTES1220 xclaimCommand(): fix comment typos.