Redis - (set) - add multiple members
Search form
Description - Add the specified members to the set stored at key. Members that are already a member of this set are ignored. If key does not exist, a new set is created before adding the specified members.
Runtime Class - com.ibi.agents.XDRedisSetsSAdd
Parameter Groups
Parameter Type Description
* Key: string The key associated with the set.
* Members: string A set of values to be stored in the set.
* Delimiter: string A delimeter character to detect members from one another.
* - denotes required
Parameter Type Description
Return: string Document to return from the object.
Select from one of the following options:
- Status Document {status} - Status document will be the out document.
- Input Document {input} - Input document will be the out document.
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDRedisSetsSAdd
Parameter Groups
Parameter Type Description
* Key: string The key associated with the set.
* Members: string A set of values to be stored in the set.
* Delimiter: string A delimeter character to detect members from one another.
* - denotes required
Parameter Type Description
Return: string Document to return from the object.
Select from one of the following options:
- Status Document {status} - Status document will be the out document.
- Input Document {input} - Input document will be the out document.
* - denotes required
Output Events
Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Key: | string | The key associated with the set. | * | Members: | string | A set of values to be stored in the set. | * | Delimiter: | string | A delimeter character to detect members from one another. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Return: | string | Document to return from the object.
Select from one of the following options:
|
* - denotes required
Output Events
Name | Description |
---|---|
onFailConnect | Could not connect to the external system. |
fail_parse | Could not parse a document. |
fail_redis | A fail Redis API |
onFailOperation | Could not perform the operation requested. |