Skip to content

Set Commands

Set commands allow you to store unique string elements. Sets are unordered and do not allow duplicate elements. Multiple set operations such as intersection and union are supported.

Command List

Use Cases

Set commands are ideal for tag systems, friend relationships, deduplication statistics, and other scenarios. Due to the uniqueness characteristic of sets, deduplication functions can be easily implemented, while set operations can conveniently handle relational queries.

For detailed usage and parameters of each command, please refer to the individual command documentation linked above.

Released under the GPL-3.0 License.