vertx / io.vertx.rxjava.redis / RedisClient / keys

keys

open fun keys(pattern: String, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Find all keys matching the given pattern

Parameters

pattern - Pattern to limit the keys returned

handler - Handler for the result of this call.

Return