ntrepid8 / ex_redis_pool

Elixir Redis client with connection pools.
MIT License
10 stars 0 forks source link

unhandled_message errors with newer redis #3

Closed ntrepid8 closed 7 years ago

ntrepid8 commented 7 years ago

Been seeing these errors with Redis installed on Ubuntu 16.04:

11:36:06.899 [error] GenServer #PID<0.4825.0> terminating
** (stop) {:unhandled_message, {:connection_ready, #Port<0.11433>}}
Last message: {:connection_ready, #Port<0.11433>}
State: {:state, '127.0.0.1', 6379, "", :undefined, 100, 5000, #Port<0.11424>, {:pstate, :undefined, :undefined}, {[], []}}

It looks like eredis should be able to handle that message, but more investigation is required to figure out exactly what's going on.

ntrepid8 commented 7 years ago

Actually this sounds a lot like this issue: https://github.com/wooga/eredis/issues/92

ntrepid8 commented 7 years ago

I think this was an unrelated network configuration issue, at least the case I saw.