naught
naught copied to clipboard
Creating a redis client prevents receiving shutdown message
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.
I believe I am experiencing the same thing. Did you find any solution for this?
I don't remember! I may had this problem on Mac OS X. On linux, it is working correctly.