Redis - (sorted set) - get range

Description - Returns the specified range of elements in the sorted set stored at key. The elements are considered to be ordered from the lowest to the highest score.

Runtime Class - com.ibi.agents.XDRedisSortedSetsZRange



Parameter Groups

 ParameterTypeDescription
*Key:stringThe name of the key the set is stored at.
*Start:integerStart number of zero-based index elements.
*End:integerEnd number of zero-based index elements.
* - 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.