Redis - (sorted 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
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
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
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. |