--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/groups/opt_out.
Redis is not sending any "ERR Connection timed out" message to Jedis. What is happening is that Jedis is trying to do something (like execute a command), but because the command doesn't return in a short enough period of time (maybe due to short timeout, busy Redis, slow network, ...), Jedis itself decides that the command times out and raises a JedisDataException("ERR Connection timed out"). There was a thread here a few weeks ago that talked about Jedis' default timeout being 2 seconds, which is probably too short in a lot of cases.
--
You received this message because you are subscribed to a topic in the Google Groups "Redis DB" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/redis-db/Aol6OuDsf_Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/groups/opt_out.
I'm not 100% sure Redis never sends "ERR Connection timed out", but Jedis never makes message with "ERR" prefix.
It seems like there was another variable here: twemproxy.
Just checked the docs and it seems it is the one throwing this error.
For more options, visit https://groups.google.com/d/optout.
For more options, visit https://groups.google.com/d/optout.