dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Support KEEPTTL and GET options for SET command

Open romange opened this issue 3 years ago • 2 comments

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.

romange avatar Oct 14 '22 02:10 romange

Hi if this is not urgent could I be assigned to this?

nmathew98 avatar Oct 18 '22 09:10 nmathew98

It's not urgent but it's on first come first serve basis. Just shoot a PR when you have it implemented.

romange avatar Oct 18 '22 09:10 romange

Fixed.

romange avatar Apr 29 '23 13:04 romange