Fix merge bug
Former-commit-id: cc03c32271997d26ce7f07f96588f126c5939e69
This commit is contained in:
parent
4001a99481
commit
3004ca80a4
@ -156,6 +156,7 @@ void activeExpireCycleExpire(redisDb *db, expireEntry &e, long long now) {
|
||||
{
|
||||
// We need to resort the expire entry since it may no longer be in the correct position
|
||||
db->resortExpire(e);
|
||||
}
|
||||
|
||||
if (deleted)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user