-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Support for GET option in SET command #4100
Copy link
Copy link
Closed
Labels
Description
There's no get() method for SetParams.
Here's a command to motivate this feature request:
SET some:key 1 NX GET
There's a couple reasons why client.getSet() isn't a viable workaround (where client is of type JedisPooled):
- It doesn't support, e.g.,
EXorNXoptions. - It's a deprecated method.
Reactions are currently unavailable