Redis - (set) - add multiple members

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

 ParameterTypeDescription
*Key:stringThe key associated with the set.
*Members:stringA set of values to be stored in the set.
*Delimiter:stringA delimeter character to detect members from one another.
* - 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.