getconversio / redis-metrics

Easy metric tracking and aggregation using Redis
http://getconversio.github.io/redis-metrics/
MIT License
28 stars 8 forks source link

Remove client restriction, clarify error handling #15

Closed dlebech closed 7 years ago

dlebech commented 7 years ago

This commit removes the restriction on client-type when using an existing client.

Also updates some links and adds a docker-compose file for convenience.

Related to #13 and hinted at in #14