* Clean up redis configuration
- put redis configs into their own struct
- put a redisConf struct into the default config so that envstruct
will populate it
- allow tweaking of retry, db index and read/write timeout settings
- update example config.yaml
This is potentially a breaking change for anyone who's been using
the redis backend already, but maybe that's just me? :)
* fix struct tags and s/Db/DB/
* remove unnecessary declarations