Class RedisConfigurationSource

All Implemented Interfaces:
ConfigurableConfigurationSource, ConfigurationSource, DefaultableConfigurationSource

A configurable configuration source that stores and looks up properties in a Redis data store.

Configuration are stored as string entries, the property key is of the form: keyPrefix ":PROP:" propertyName "[" [ key "=" value [ "," key "=" value ]* "]".

Since:
1.5
Author:
Jeremy Kuhn