From 65823d4d0c3d55523ea091710c4b4c1ea69d3b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slaven=20Ba=C4=8Deli=C4=87?= Date: Fri, 21 Apr 2017 22:11:12 +0200 Subject: [PATCH] Add note about connection_timeout option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25f05a6..7cafc4f 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ bernard: ``` If you're using the [SncRedisBundle](https://github.com/snc/SncRedisBundle) you have to set logging to false for the -bernhard client to ensure that is is a ``Redis`` instance and not wrapped. +bernhard client to ensure that is is a ``Redis`` instance and not wrapped. Also, if the consumer is throwing `RedisException: read error on connection`, you need to set `connection_timeout` (see SncRedisBundle configuration options) option to a value higher than 5 (seconds). ### IronMQ