suspend fun RedisClient.keysAwait(pattern: String): JsonArray
Find all keys matching the given pattern
pattern - Pattern to limit the keys returned
pattern
handler - Handler for the result of this call.
handler
Return