vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / keysAwait

keysAwait

suspend fun RedisTransaction.keysAwait(pattern: String): String

Find all keys matching the given pattern

Parameters

pattern - Pattern to limit the keys returned

handler - Handler for the result of this call.

Return