Redis - (set) - add member
Search form
Description - Adds all the specified members with the specified scores to the sorted set stored at key. It is possible to specify multiple score / member pairs. If a specified member is already a member of the sorted set, the score is updated and the element reinserted at the right position to ensure the correct ordering.
Runtime Class - com.ibi.agents.XDRedisSortedSetsZAdd
Parameter Groups
  Parameter Type Description * Key: string The key associated with the set.
 
* Member: string A value to be stored in the set
 
* Score: string A value associated with each member used to sort the set from smallest to greatest. While members are unique, scores may be repeated.
 
* - 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.XDRedisSortedSetsZAdd
Parameter Groups
  Parameter Type Description * Key: string The key associated with the set.
 
* Member: string A value to be stored in the set
 
* Score: string A value associated with each member used to sort the set from smallest to greatest. While members are unique, scores may be repeated.
 
* - 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. | * | Member: | string | A value to be stored in the set | * | Score: | string | A value associated with each member used to sort the set from smallest to greatest. While members are unique, scores may be repeated. | 
* - 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. | 
