open class RedisConfigStore : ConfigStore
An implementation of configuration store reading hash from Redis.
Author
Clement Escoffier
RedisConfigStore(vertx: Vertx, config: JsonObject) |
open fun close(completionHandler: Handler<Void>): Unit |
|
open fun get(completionHandler: Handler<AsyncResult<Buffer>>): Unit |