Fix set with ex/px option when propagated to aof

This commit is contained in:
xuzhou
2017-06-16 17:51:38 +08:00
committed by antirez
parent 0231156f6a
commit 63e1c9f224
4 changed files with 36 additions and 1 deletions

View File

@ -909,7 +909,8 @@ struct redisServer {
off_t loading_process_events_interval_bytes;
/* Fast pointers to often looked up command */
struct redisCommand *delCommand, *multiCommand, *lpushCommand, *lpopCommand,
*rpopCommand, *sremCommand, *execCommand;
*rpopCommand, *sremCommand, *execCommand, *expireCommand,
*pexpireCommand;
/* Fields used only for stats */
time_t stat_starttime; /* Server start time */
long long stat_numcommands; /* Number of processed commands */