Status Document {status} - Status document will be the out document.
Input Document {input} - Input document will be the out document.
* - 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.
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
Status Document {status} - Status document will be the out document.
Input Document {input} - Input document will be the out document.
* - 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.
Description - Insert all the specified values at the head of the list stored at key. If key does not exist, it is created as empty list before performing the push operations. When key holds a value that is not a list, an error is returned.
Status Document {status} - Status document will be the out document.
Input Document {input} - Input document will be the out document.
* - 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.
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.
Status Document {status} - Status document will be the out document.
Input Document {input} - Input document will be the out document.
* - 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.
Description - Set a timeout on the specified key. After the timeout the key will be automatically deleted by the server. A key with an associated timeout is said to be volatile in Redis terminology.
The number of seconds the selected key is set to expire.
* - 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
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.
Description - Remove the existing timeout on key, turning the key from volatile (a key with an expire set) to persistent (a key that will never expire as no timeout is associated).