-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
status: duplicateA duplicate of another issueA duplicate of another issuetype: improvementAn improvement to the existing implementationAn improvement to the existing implementation
Description
Feature Request
Command SET
arguments change
Is your feature request related to a problem? Please describe
Indeed since version 7.0.0, redis added the possibility to use both options GET
and NX
together. We'd like to have this small feature to use it in our projects instead of internally extending the class SetArgs
https://redis.io/docs/latest/commands/set/#options
Describe the solution you'd like
Adding the possibility to specify the option GET
with NX
.
I started the work here main...terrettaz:lettuce:SetArgs-GET
If accepted this is ready to be requested
Describe alternatives you've considered
N/A
Teachability, Documentation, Adoption, Migration Strategy
N/A
Metadata
Metadata
Assignees
Labels
status: duplicateA duplicate of another issueA duplicate of another issuetype: improvementAn improvement to the existing implementationAn improvement to the existing implementation