redis/sadd

Set Add

Add members to set

set
data-structure

Command

SADD key member

Explanation

Adds the specified members to the set stored at key.

Examples

Add multiple tags

SADD tags "redis" "database"