Skip to content

1.0.3 RedisUtils

Anders Mikkelsen edited this page Dec 15, 2017 · 2 revisions

RedisUtils

By passing in a JsonObject with a "redis_host" field you can get a RedisClient.

public static RedisClient getRedisClient(Vertx vertx, JsonObject config) { ... }

You can also supply an optional "redis_port".

Clone this wiki locally