abstract fun keys(pattern: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Find all keys matching the given pattern
pattern - Pattern to limit the keys returned
handler - Handler for the result of this call.
Since
Redis 1.0.0 group: generic