Description - If key holds a hash, retrieve the value associated to the specified field. If the field is not found or the key does not exist, a special 'nil' value is returned.

Runtime Class - com.ibi.agents.XDRedisHashesGet



Parameter Groups

 ParameterTypeDescription
*Key:stringThe name of the key the hash is stored at.
*Field:stringThe name of the field within the hash to look up its value.
* - 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.