dashersw / cote

A Node.js library for building zero-configuration microservices.
http://cote.js.org
MIT License
2.35k stars 187 forks source link

Remove hiredis dependency #258

Closed ziggi closed 5 months ago

ziggi commented 2 years ago

Related to #256

cote depends on @dashersw/node-discover^1.0.5 @dashersw/node-discover^1.0.5 depends on redis^2.7.1" redis^2.7.1" depends on redis-parser^2.6.0 redis-parser^2.6.0 depends on hiredis^0.5.0

So, It would be nice to bump redis version to 3.0.0+ where hiredis dependency was removed (redis changelog)

dashersw commented 2 years ago

Thank you @ziggi! I'll have a look at this over the weekend.

mikey0000 commented 1 year ago

Update to use node-redis instead or add as peer dependency please.

dashersw commented 5 months ago

Moved to ioredis in version v1.1.0