tonyskn / node-redis-timeseries

Redis time series statistics with Node.js
MIT License
181 stars 27 forks source link

update depencies to be more lenient #2

Closed martin308 closed 10 years ago

martin308 commented 10 years ago

redis package has been updated to 0.10.0 which means it is not compatible with the current dependency specification.

If we depend on semver then we should only need to specify 0.x as we can assume that only changes in the redis package's major version will break this plugin.

tonyskn commented 10 years ago

Looks good, thanks!

martin308 commented 10 years ago

No problem, thanks for the library :sparkles: