-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
https://www.javadoc.io/doc/redis.clients/jedis/latest/redis/clients/jedis/params/SetParams.html
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.