Skip to content

Commit

Permalink
Merge pull request #47 from sbacelic/redis-connection-timeout-notice
Browse files Browse the repository at this point in the history
Add note about connection_timeout option
  • Loading branch information
henrikbjorn authored Apr 22, 2017
2 parents a82bf5f + 65823d4 commit b0680e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b0680e1

Please sign in to comment.