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
The code doesn't reach "console.log(result);" line, any idea why? I'm also listening to the "end" or "error" event, but they aren't called either. I have already set the redis server timeout to be 0.
The text was updated successfully, but these errors were encountered:
After period of inactivity, about 20 minutes, when I try to run a redis command, e.g.
redis_client.get("some_value", function(err, result) {
console.log(result);
});
The code doesn't reach "console.log(result);" line, any idea why? I'm also listening to the "end" or "error" event, but they aren't called either. I have already set the redis server timeout to be 0.
The text was updated successfully, but these errors were encountered: