Skip to content

Commit

Permalink
fix golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
ofekshenawa committed Feb 20, 2024
1 parent afc9781 commit d1e44ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ func (c *baseClient) initConn(ctx context.Context, cn *pool.Conn) error {
p := conn.Pipeline()
p.ClientSetInfo(ctx, WithLibraryName(libName))
p.ClientSetInfo(ctx, WithLibraryVersion(libVer))
p.Exec(ctx)
_, _ = p.Exec(ctx)
}

if c.opt.OnConnect != nil {
Expand Down

0 comments on commit d1e44ad

Please sign in to comment.