redis-node-client
redis-node-client copied to clipboard
Incompatible with latest Node
A bunch of buffer methods have changed (no more utf8Write or utf8Slice for example). The tests fail with Node as of this commit - http://github.com/ry/node/commit/85fb47c11cc985889be9c1a802cfc0331d8ad7a8 .
I think it's still compatible with the latest stable release though.
I've been using it successfully with node 0.2.0, FWIW.
I'm hitting this with master builds. Any hints how to workaround the lack of utf8Write?
It doesn't work with 0.2.1 and with 0.3.0-pre. Yes, problem is utf8Write, any workaround? :)