Add one or more members to a set stored at key. Members that already exist in the set are ignored. If the key does not exist, a new set is created.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/upstash/redis-js/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Parameters
The key of the set
The first member to add to the set
Additional members to add to the set
Response
The number of elements that were added to the set, not including elements already present