1
0
mirror of https://github.com/fluencelabs/redis synced 2025-06-21 13:01:32 +00:00

Fix propagation of consumer groups last ID.

Issue .
This commit is contained in:
antirez
2018-10-10 12:51:02 +02:00
parent 4eedb0bf94
commit c9d9ae7baa
3 changed files with 56 additions and 9 deletions

@ -1702,6 +1702,7 @@ void initServerConfig(void) {
server.expireCommand = lookupCommandByCString("expire");
server.pexpireCommand = lookupCommandByCString("pexpire");
server.xclaimCommand = lookupCommandByCString("xclaim");
server.xgroupCommand = lookupCommandByCString("xgroup");
/* Slow log */
server.slowlog_log_slower_than = CONFIG_DEFAULT_SLOWLOG_LOG_SLOWER_THAN;