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
  • Loading branch information
andrewvc authored and Steffen Siering committed Aug 6, 2018
1 parent 06dea8b commit 551b2a9
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 551b2a9

Please sign in to comment.