carlos8f / haredis

High-availability redis in Node.js.
https://npmjs.org/package/haredis
154 stars 21 forks source link

Upgrade to node-redis 0.8.3, and apply fix to support it #9

Closed shamil closed 11 years ago

shamil commented 11 years ago

The current haredis supports only node-redis up to 0.7.x. This commit has all the changes required to support the latest node-redis (0.8.3 as of time of writing). The changes are very trivial....

carlos8f commented 11 years ago

brilliant, I'll merge this and try the tests. thanks!