Skip to content

Commit

Permalink
fix:add support for exat/pxat
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jan 30, 2024
1 parent 4393c48 commit 6c64534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mixins/test_string_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_set_pxat(r: redis.Redis):
curr_time = int(time.time() * 1000)
assert r.set('foo', 'bar', pxat=curr_time + 100) is True
assert r.get('foo') == b'bar'
time.sleep(0.1)
time.sleep(0.15)
assert r.get('foo') is None


Expand Down

0 comments on commit 6c64534

Please sign in to comment.