Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Sep 22, 2024
1 parent 8352fba commit fb829ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fakeredis/commands_mixins/hash_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def _hexpire(self, key: CommandItem, when_ms: int, *args: bytes) -> List[int]:
or (lt and when_ms >= current_expiration)
):
res.append(0)
continue
res.append(hash_val.set_key_expireat(field, when_ms))
return res

Expand Down

0 comments on commit fb829ff

Please sign in to comment.