open fun expireat(key: String, seconds: Long, handler: Handler<AsyncResult<Long>>): RedisClient
Set the expiration for a key as a UNIX timestamp
seconds - Expiry time as Unix timestamp in seconds
handler - Handler for the result of this call.
Return