open fun setex(key: String, seconds: Long, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Set the value and expiration of a key
seconds - Number of seconds until the key expires
handler - Handler for the result of this call.
Return