mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
SDIFF(交集) 错别字修改
This commit is contained in:
parent
81f1291ca0
commit
01c5c44333
@ -353,7 +353,7 @@ Redis 中的 Set 类型是一种无序集合,集合中的元素没有先后顺
|
||||
**需要获取多个数据源交集、并集和差集的场景**
|
||||
|
||||
- 举例 :共同好友(交集)、共同粉丝(交集)、共同关注(交集)、好友推荐(差集)、音乐推荐(差集) 、订阅号推荐(差集+交集) 等场景。
|
||||
- 相关命令:`SINTER`(交集)、`SINTERSTORE` (交集)、`SUNION` (并集)、`SUNIONSTORE`(并集)、`SDIFF`(交集)、`SDIFFSTORE` (交集)。
|
||||
- 相关命令:`SINTER`(交集)、`SINTERSTORE` (交集)、`SUNION` (并集)、`SUNIONSTORE`(并集)、`SDIFF`(差集)、`SDIFFSTORE` (差集)。
|
||||
|
||||

|
||||
|
||||
@ -473,4 +473,4 @@ value1
|
||||
- Redis Data Structures :https://redis.com/redis-enterprise/data-structures/ 。
|
||||
- Redis Commands : https://redis.io/commands/ 。
|
||||
- Redis Data types tutorial:https://redis.io/docs/manual/data-types/data-types-tutorial/ 。
|
||||
- Redis 存储对象信息是用 Hash 还是 String : https://segmentfault.com/a/1190000040032006
|
||||
- Redis 存储对象信息是用 Hash 还是 String : https://segmentfault.com/a/1190000040032006
|
||||
|
Loading…
x
Reference in New Issue
Block a user