Redis - (key) - set timeout (Unix format)

Description - ExpireAt works exactly like Expire but instead to get the number of seconds representing the Time To Live of the key as a second argument (that is a relative way of specifing the TTL), it takes an absolute one in the form of a UNIX timestamp (Number of seconds elapsed since 1 Gen 1970).

Runtime Class - com.ibi.agents.XDRedisKeyExpireAt



Parameter Groups

 ParameterTypeDescription
*Key:stringThe name of the key to set a timeout.
*Unix Time:stringA UNIX timestamp (Number of seconds elapsed since 1 Gen 1970) which the specified key is set to expire.
* - 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.