Redis - (list) - push from end

Description - Inserts all the specified values at the tail of the list stored at key. If the key does not exist, it is created as empty list before performing the push operation. When key holds a value that is not a list, an error is returned.

Runtime Class - com.ibi.agents.XDRedisListsRPush



Parameter Groups

 ParameterTypeDescription
*Key:stringThe name of the key the list is stored at.
*Value:stringThe value to be stored in the list.
* - 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.