Skip to content

Commit 9ab34c5

Browse files
authored
Merge pull request Snailclimb#1802 from Gnatnaituy/patch-2
SDIFF(交集) 错别字修改
2 parents 7dad8e1 + 01c5c44 commit 9ab34c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/database/redis/redis-data-structures-01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Redis 中的 Set 类型是一种无序集合,集合中的元素没有先后顺
353353
**需要获取多个数据源交集、并集和差集的场景**
354354

355355
- 举例 :共同好友(交集)、共同粉丝(交集)、共同关注(交集)、好友推荐(差集)、音乐推荐(差集) 、订阅号推荐(差集+交集) 等场景。
356-
- 相关命令:`SINTER`(交集)、`SINTERSTORE` (交集)、`SUNION` (并集)、`SUNIONSTORE`(并集)、`SDIFF`交集)、`SDIFFSTORE`交集)。
356+
- 相关命令:`SINTER`(交集)、`SINTERSTORE` (交集)、`SUNION` (并集)、`SUNIONSTORE`(并集)、`SDIFF`差集)、`SDIFFSTORE`差集)。
357357

358358
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/database/redis/image-20220719074543513.png)
359359

@@ -473,4 +473,4 @@ value1
473473
- Redis Data Structures :https://redis.com/redis-enterprise/data-structures/
474474
- Redis Commands : https://redis.io/commands/
475475
- Redis Data types tutorial:https://redis.io/docs/manual/data-types/data-types-tutorial/
476-
- Redis 存储对象信息是用 Hash 还是 String : https://segmentfault.com/a/1190000040032006
476+
- Redis 存储对象信息是用 Hash 还是 String : https://segmentfault.com/a/1190000040032006

0 commit comments

Comments
 (0)