redis-cli SADD tags 'linux'

Category: Databases & SQL

redis-cli SADD tags 'linux'

Add a member to a set

Sets store unique members, so adding an existing member is a no-op; SADD tags linux redis adds several at once. Related: SMEMBERS, SISMEMBER.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.