Merge branch 'keydbpro' into PRO_RELEASE_6

Former-commit-id: 3106f60e0ebdba5db944e704d4b148ea81c806f6
This commit is contained in:
John Sully 2020-06-07 17:05:00 -04:00
commit 46f14ffc54

View File

@ -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)
{