naught icon indicating copy to clipboard operation
naught copied to clipboard

Creating a redis client prevents receiving shutdown message

Open behrang opened this issue 10 years ago • 2 comments

This is really weird. When I create a redis client connection like this:

redis.createClient()

then most of the times, the first worker does not receive the shutdown message. Removing the redis.createClient line, fixes the problem. I don't know why creating it, prevents the shutdown message receive by worker.

behrang avatar Feb 18 '15 14:02 behrang

I believe I am experiencing the same thing. Did you find any solution for this?

wesleytodd avatar Jul 25 '15 17:07 wesleytodd

I don't remember! I may had this problem on Mac OS X. On linux, it is working correctly.

behrang avatar Jul 26 '15 11:07 behrang