Skip to content

Commit

Permalink
Document duplicate options in ZUNIONSTORE
Browse files Browse the repository at this point in the history
The docs for ZINTER, ZDIFF, etc. all refer to ZUNIONSTORE for the options.

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
  • Loading branch information
zuiderkwast committed Nov 11, 2024
1 parent da5d53f commit 225a3cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commands/zunionstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ the minimum or maximum score of an element across the inputs where it exists.

If `destination` already exists, it is overwritten.

## Notes

If an option `WEIGHTS` or `AGGREGATE` is given multiple times, it is undefined
which option takes precedence.

## Examples

```
Expand Down

0 comments on commit 225a3cc

Please sign in to comment.