Skip to content

Commit

Permalink
Update docs/src/content/docs/commands/ZADD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JyotinderSingh authored Nov 17, 2024
1 parent 2775309 commit 72c7e23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/content/docs/commands/ZADD.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ ZADD key [NX|XX] [GT|LT] [CH] [INCR] score member [score member ...]
- Use appropriate score values to maintain the desired order of elements in the sorted set.
- Consider using the `NX` or `XX` options when you want to specifically add new elements or update existing ones, respectively.
- Use the `CH` option when you need to know the total number of elements changed, including both additions and updates.
- Be cautious when using the `INCR` option, as it changes the behavior of the command to act like ZINCRBY.

## Notes

Expand Down

0 comments on commit 72c7e23

Please sign in to comment.