You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm using code that updates keys TTL in the background using a Lua script. With update 1.11.0 i noticed that keys ttl has become huge.
Behaviour is normal in 1.10.0.
Describe the bug
I'm using code that updates keys TTL in the background using a Lua script. With update 1.11.0 i noticed that keys ttl has become huge.
Behaviour is normal in 1.10.0.
To Reproduce
Steps to reproduce the behavior:
set key value
eval "redis.call('pexpire', KEYS[1], ARGV[1])" 1 key
ttl key
Expected behavior
I expect that when using PEXPIRE 60000, keys ttl will become 60 seconds.
Screenshots
https://youtu.be/V-pEatTKB6A
Environment (please complete the following information):
#1 SMP
Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux, Linux ***** 5.4.0-155-generic#172-Ubuntu SMP
Fri Jul 7 16:10:02 UTC 2023 x86_64 x86_64 x86_64 GNU/LinuxReproducible Code Snippet
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: