suspend fun RedisClient.existsAwait(key: String): Long
Determine if a key exists
key - Key string
key
handler - Handler for the result of this call.
handler
Return