getconversio / redis-metrics

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

Change return type of countRange #1

Closed dlebech closed 9 years ago

dlebech commented 9 years ago

Change the return type for countRange so it returns an object timestamp-count pairs instead of an array of just the counts.

Other changes (sorry):