You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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, sinceclient.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?
The text was updated successfully, but these errors were encountered: