Redis backed implementation that uses Redis keys to store and update the value. The naming strategy for keys in Redis is "gauges." This means a Gauge named simpleGauge appears under the name "gauges.simpleGauge" in Redis.
@author Mark Pollack
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.