# Functions
LoadConfiguration generate Configuration form yaml configuration file.
NewRemoteConfigurationLoader create a loader to load remote configuration.
NewRemoteRedisConfiguration create a RemoteRedisConfiguration with etcd configuration strings .
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Configuration is used to create DevsporeClient.
RedisConfiguration defines a series of redis configuration in yaml file.
No description provided by the author
RemoteConfigurationLoader to load remote configuration from etcd.
RemoteRedisConfiguration is set in remote etcd, contains active server, routeAlgorithm and redis servers.
ServerConfiguration contains yaml redis server configuration, go-redis Options and ClusterOptions(when type is cluster).
ServerConnectionPoolConfiguration connection pool configuration.
# Interfaces
Listener is the interface for watching etcd active key changes.