open fun keys(pattern: String, handler: Handler<AsyncResult<JsonArray>>): RedisClient
Find all keys matching the given pattern
pattern - Pattern to limit the keys returned
pattern
handler - Handler for the result of this call.
handler
Return