From bd8f867a0bb8c36a6c7e16d1da808bad72abce0b Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Sun, 31 Mar 2024 08:34:49 +0300 Subject: [PATCH 1/8] Update sinterstore.md --- commands/sinterstore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/sinterstore.md b/commands/sinterstore.md index e3e712f036..f25d1b9be8 100644 --- a/commands/sinterstore.md +++ b/commands/sinterstore.md @@ -1,7 +1,7 @@ This command is equal to `SINTER`, but instead of returning the resulting set, it is stored in `destination`. -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 From 4908ce377a8caf2f6a781ae1da0a26429a3b2885 Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Sun, 31 Mar 2024 08:36:34 +0300 Subject: [PATCH 2/8] 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 From 9c5ba7708ce724b665f75e6d8d4a56b3f8f22c54 Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Sun, 31 Mar 2024 08:38:29 +0300 Subject: [PATCH 3/8] Update sinterstore.md --- commands/sinterstore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/sinterstore.md b/commands/sinterstore.md index f25d1b9be8..10ced59594 100644 --- a/commands/sinterstore.md +++ b/commands/sinterstore.md @@ -1,7 +1,7 @@ This command is equal to `SINTER`, but instead of returning the resulting set, it is stored in `destination`. -If `destination` already exists, it is overwritten (when the intersection is nonempty) or deleted (when the intersection is empty) +If `destination` already exists, it is overwritten (when the intersection is nonempty) or deleted (when the intersection is empty). @examples From 69beb1bca1ebeb4471413c13cd38fb25db2b10b5 Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Sun, 31 Mar 2024 08:38:44 +0300 Subject: [PATCH 4/8] 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 c6ecbab942..ff31d2a0d3 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 (when the intersection is nonempty) or deleted (when the intersection is empty) +If `destination` already exists, it is overwritten (when the intersection is nonempty) or deleted (when the intersection is empty). @examples From 7dcfd4411560f9a3ec38bc76f85be92567c7ca9c Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Sun, 31 Mar 2024 08:40:45 +0300 Subject: [PATCH 5/8] Update sdiffstore.md --- commands/sdiffstore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/sdiffstore.md b/commands/sdiffstore.md index 23cd591532..70bc8a0b18 100644 --- a/commands/sdiffstore.md +++ b/commands/sdiffstore.md @@ -1,7 +1,7 @@ This command is equal to `SDIFF`, but instead of returning the resulting set, it is stored in `destination`. -If `destination` already exists, it is overwritten. +If `destination` already exists, it is overwritten (when the difference is nonempty) or deleted (when the difference is empty) @examples From 48ca7c8a6ba17dabc351d03ded8990d28c5fbd4d Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Sun, 31 Mar 2024 08:41:23 +0300 Subject: [PATCH 6/8] Update zdiffstore.md --- commands/zdiffstore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/zdiffstore.md b/commands/zdiffstore.md index d9d2e2cac3..be7be22de1 100644 --- a/commands/zdiffstore.md +++ b/commands/zdiffstore.md @@ -4,7 +4,7 @@ specified by `numkeys`. Keys that do not exist are considered to be empty sets. -If `destination` already exists, it is overwritten. +If `destination` already exists, it is overwritten (when the difference is nonempty) or deleted (when the difference is empty) @examples From 7c65ece4fdefdffa24b3705c9e64986e6857fcbe Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Sun, 31 Mar 2024 08:50:34 +0300 Subject: [PATCH 7/8] Update zdiffstore.md --- commands/zdiffstore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/zdiffstore.md b/commands/zdiffstore.md index be7be22de1..006f022ed7 100644 --- a/commands/zdiffstore.md +++ b/commands/zdiffstore.md @@ -4,7 +4,7 @@ specified by `numkeys`. Keys that do not exist are considered to be empty sets. -If `destination` already exists, it is overwritten (when the difference is nonempty) or deleted (when the difference is empty) +If `destination` already exists, it is overwritten (when the difference is nonempty) or deleted (when the difference is empty). @examples From d74195180bdc6367d2c769b7599c8c8e0c048a59 Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Sun, 31 Mar 2024 08:50:56 +0300 Subject: [PATCH 8/8] Update sdiffstore.md --- commands/sdiffstore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/sdiffstore.md b/commands/sdiffstore.md index 70bc8a0b18..e95d8f5c5d 100644 --- a/commands/sdiffstore.md +++ b/commands/sdiffstore.md @@ -1,7 +1,7 @@ This command is equal to `SDIFF`, but instead of returning the resulting set, it is stored in `destination`. -If `destination` already exists, it is overwritten (when the difference is nonempty) or deleted (when the difference is empty) +If `destination` already exists, it is overwritten (when the difference is nonempty) or deleted (when the difference is empty). @examples