redis-node-client icon indicating copy to clipboard operation
redis-node-client copied to clipboard

Incompatible with latest Node

Open saikat opened this issue 15 years ago • 3 comments

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.

saikat avatar Sep 10 '10 02:09 saikat

I've been using it successfully with node 0.2.0, FWIW.

mojodna avatar Sep 10 '10 14:09 mojodna

I'm hitting this with master builds. Any hints how to workaround the lack of utf8Write?

markc avatar Sep 16 '10 16:09 markc

It doesn't work with 0.2.1 and with 0.3.0-pre. Yes, problem is utf8Write, any workaround? :)

hoodoos avatar Sep 22 '10 16:09 hoodoos