Redis 6 introduced support for the KEEPTTL flag when using SET. https://redis.io/commands/set
KEEPTTL
SET
@martinzuern Works without changes - KEEPTTL would just be an argument after your value.
Most helpful comment
@martinzuern Works without changes -
KEEPTTL
would just be an argument after your value.