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
…#7882)

(cherry picked from commit 551b2a9)
  • Loading branch information
andrewvc authored and urso committed Oct 19, 2018
1 parent 3d52ac1 commit 48e9ff0
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 48e9ff0

Please sign in to comment.