dragonfly
dragonfly copied to clipboard
Support KEEPTTL and GET options for SET command
Dragonfly currently does not support those options with "SET" command. https://redis.io/commands/set/
For keepttl see TODO here: https://github.com/dragonflydb/dragonfly/blob/main/src/server/string_family.h#L34
For "GET", the functionality is there: https://github.com/dragonflydb/dragonfly/blob/main/src/server/string_family.h#L33 but it's not implemented for "SET" command.
Hi if this is not urgent could I be assigned to this?
It's not urgent but it's on first come first serve basis. Just shoot a PR when you have it implemented.
Fixed.