suspend fun RedisTransaction.keysAwait(pattern: String): String
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