See: Description
| Class | Description |
|---|---|
| RedisConfigStore |
An implementation of configuration store reading hash from Redis.
|
| RedisConfigStoreFactory |
Factory to create
RedisConfigStore instances. |
ConfigRetriever to use this store:
[source, $lang]
----
examples.Examples#example1(io.vertx.core.Vertx)
----
The store configuration is used to create an instance of
RedisClient. check the documentation of the Vert.x Redis Client
for further details.
In addition, you can set the `key` instructing the store in which _field_ the configuration
is stored. `configuration` is used by default.
The created Redis client retrieves the configuration using the `HGETALL` configuration.Copyright © 2018 Eclipse. All rights reserved.