# Functions
Monitor enable continuous metric fetching and forwarding to a backend.
NewRedis create new redis backend and initialize connection.
RedisParseURL parse an url and returns interresting part after validation.
# Constants
RedisType defines the type name of redis backend.
StatsPushInterval defines how many times we push metrics.
# Structs
Metrics define a one-shot set of stats with differents metrics.
Redis defines how to connect a stats redis backend.
RedisBackend define an internal redis backend.
Stats defines a stats backend.