go-redis
go-redis copied to clipboard
baseClient#process(): reset retry attempts on successfully written XREAD
if a retryable error ocurred during waiting for the response. Otherwise we could run out of retries despite the XREAD was actually partially successful.
fixes #2131