From 4908ce377a8caf2f6a781ae1da0a26429a3b2885 Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Sun, 31 Mar 2024 08:36:34 +0300 Subject: [PATCH] Update zinterstore.md --- commands/zinterstore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/zinterstore.md b/commands/zinterstore.md index 1d386aa3a4..c6ecbab942 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