tonyskn / node-redis-timeseries

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

Peer redis-timeseries@0.4.0 wants redis@0.x #12

Closed ingo closed 8 years ago

ingo commented 9 years ago

redis is now at 2.2.3. Any issues with updating the peer dependency?

cri5ti commented 9 years ago

Can confirm it works fine in 2.2.5.

I suggest setting the dependency to:

"peerDependencies": {
  "redis": "0.x || 1.x || 2.x"
}