vertx / io.vertx.rxjava.redis / RedisTransaction / rxKeys

rxKeys

open fun rxKeys(pattern: String): Single<String>

Find all keys matching the given pattern

Parameters

pattern - Pattern to limit the keys returned

Return