go-redis icon indicating copy to clipboard operation
go-redis copied to clipboard

baseClient#process(): reset retry attempts on successfully written XREAD

Open Al2Klimov opened this issue 3 years ago • 0 comments

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

Al2Klimov avatar Jul 05 '22 09:07 Al2Klimov