suspend fun RedisClient.ttlAwait(key: String): Long
Get the time to live for a key
key - Key string
key
handler - Handler for the result of this call.
handler
Return