open fun pexpire(key: String, millis: Long, handler: Handler<AsyncResult<Long>>): RedisClient
Set a key's time to live in milliseconds
key - String key
key
millis - Time to live in milliseconds
millis
handler - Handler for the result of this call.
handler
Return