Redis - (key) - life expectancy
Search form
Description - Returns the remaining time to live of a key that has a timeout. This introspection capability allows a Redis client to check how many seconds a given key will continue to be part of the dataset.
Runtime Class - com.ibi.agents.XDRedisKeyTTL
Parameter Groups
Parameter Type Description
* Name: string A key will be checked that how many seconds continue to be part of the dataset.
* - 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
Runtime Class - com.ibi.agents.XDRedisKeyTTL
Parameter Groups
Parameter Type Description
* Name: string A key will be checked that how many seconds continue to be part of the dataset.
* - 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
Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Name: | string | A key will be checked that how many seconds continue to be part of the dataset. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Return: | string | Document to return from the object.
Select from one of the following options:
|
* - 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. |