open fun pttl(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Get the time to live for a key in milliseconds
key - Key string
key
handler - Handler for the result of this call.
handler
Return