Skip to content

Commit

Permalink
Add String() to redis backoff client to correctly impl. NetworkClient (
Browse files Browse the repository at this point in the history
…elastic#7882)

(cherry picked from commit 551b2a9)
  • Loading branch information
andrewvc authored and urso committed Aug 29, 2018
1 parent a5b7bf8 commit 32670b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libbeat/outputs/redis/backoff.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,7 @@ func (b *backoffClient) resetFail() {
b.reason = failNone
b.backoff.Reset()
}

func (b *backoffClient) String() string {
return b.client.String()
}

0 comments on commit 32670b6

Please sign in to comment.