# help SMEMBERS SMEMBERS key summary: Get all the members in a set since: 1.0.0 group: set # help SSCAN SSCAN key cursor [MATCH pattern] [COUNT count] summary: Incrementally iterate Set elements 增量迭代集合元素 since: 2.8.0 group: set # help SUNIONSTORE SUNIONSTORE destination key [key ...] summary: Add multiple sets and store the resulting set in a key 添加多个集合并将生成的集合存储在一个键中 since: 1.0.0 group: set # help SDIFFSTORE SDIFFSTORE destination key [key ...] summary: Subtract multiple sets and store the resulting set in a key 减去多个集合并将得到的集合存储在一个键中 since: 1.0.0 group: set