diff --git a/commands/zinterstore.md b/commands/zinterstore.md index 1d386aa3a..c6ecbab94 100644 --- a/commands/zinterstore.md +++ b/commands/zinterstore.md @@ -11,7 +11,7 @@ be equal to the number of input sorted sets. For a description of the `WEIGHTS` and `AGGREGATE` options, see `ZUNIONSTORE`. -If `destination` already exists, it is overwritten. +If `destination` already exists, it is overwritten (when the intersection is nonempty) or deleted (when the intersection is empty) @examples