mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 02:31:20 +00:00
block: propagate BRPOPLPUSH as RPOPLPUSH when unblock
This commit is contained in:
@ -2464,6 +2464,7 @@ void initServerConfig(void) {
|
||||
server.pexpireCommand = lookupCommandByCString("pexpire");
|
||||
server.xclaimCommand = lookupCommandByCString("xclaim");
|
||||
server.xgroupCommand = lookupCommandByCString("xgroup");
|
||||
server.rpoplpushCommand = lookupCommandByCString("rpoplpush");
|
||||
|
||||
/* Slow log */
|
||||
server.slowlog_log_slower_than = CONFIG_DEFAULT_SLOWLOG_LOG_SLOWER_THAN;
|
||||
|
Reference in New Issue
Block a user