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

 ParameterTypeDescription
*Key:stringThe key associated with the set.
*Member:stringA value to be stored in the set
*Score:stringA value associated with each member used to sort the set from smallest to greatest. While members are unique, scores may be repeated.
* - denotes required
 ParameterTypeDescription
Return:stringDocument 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

NameDescription
onFailConnectCould not connect to the external system.
fail_parseCould not parse a document.
fail_redisA fail Redis API
onFailOperationCould not perform the operation requested.