vertx / io.vertx.config.redis / RedisConfigStore

RedisConfigStore

open class RedisConfigStore : ConfigStore

An implementation of configuration store reading hash from Redis.

Author
Clement Escoffier

Constructors

<init>

RedisConfigStore(vertx: Vertx, config: JsonObject)

Functions

close

open fun close(completionHandler: Handler<Void>): Unit

get

open fun get(completionHandler: Handler<AsyncResult<Buffer>>): Unit