As detailed in [Redis documentation regarding SET operations](https://redis.io/commands/set), version 6.0 added the support for `KEEPTTL` that will modify the value of a key without modifying its TTL. Searching the code I do not see any reference to that flag or its usage. Is it currently supported, and if so - how is it done? If not, can I submit a feature request?