vertx / io.vertx.redis / RedisTransaction / keys

keys

abstract fun keys(pattern: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Find all keys matching the given pattern

Parameters

pattern - Pattern to limit the keys returned

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: generic