carlos8f / haredis

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

Inconsistent behaviour #17

Open randunel opened 11 years ago

randunel commented 11 years ago

I have a haredis setup with multiple clients (5 clients per instance) and multiple node.js instances (about 10 instances default, 25+ instances on server load). It seems like client.set sometimes fails to set the key, since client.get often returns null for the same key. I no longer have expire time.

Have such problems been reported before? haredis clients are getting connected and disconnected as node instances go up and down, could this be the source of the problem?