Skip to content

Commit

Permalink
Update java/client/src/main/java/glide/api/models/commands/ZaddOption…
Browse files Browse the repository at this point in the history
…s.java

Co-authored-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
jonathanl-bq and acarbonetto authored Feb 17, 2024
1 parent 67f5d71 commit 78abce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public enum ConditionalChange {
*/
ONLY_IF_EXISTS("XX"),
/**
* Only add new elements. Don't update already existing elements. Equivalent to `NX` in the
* Only add new elements. Don't update already existing elements. Equivalent to <code>NX</code> in the
* Redis API.
*/
ONLY_IF_DOES_NOT_EXIST("NX");
Expand Down

0 comments on commit 78abce0

Please sign in to comment.