Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redis.Client#XReadUntilResult(): also re-try timeout errors
An XREAD with BLOCK sets a socket timeout of BLOCK+10s. If reading the response hits that timeout, it's not re-tried due to BLOCK. Hence, we have to re-ty it by ourselves.
- Loading branch information