Fix set with ex/px option when propagated to aof

This commit is contained in:
xuzhou
2017-06-16 17:51:38 +08:00
parent 53cb27b1d7
commit 530fcf8687
4 changed files with 36 additions and 1 deletions

View File

@ -1500,6 +1500,8 @@ void initServerConfig(void) {
server.rpopCommand = lookupCommandByCString("rpop");
server.sremCommand = lookupCommandByCString("srem");
server.execCommand = lookupCommandByCString("exec");
server.expireCommand = lookupCommandByCString("expire");
server.pexpireCommand = lookupCommandByCString("pexpire");
/* Slow log */
server.slowlog_log_slower_than = CONFIG_DEFAULT_SLOWLOG_LOG_SLOWER_THAN;