Skip to content

Commit

Permalink
Update conn.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yohayg authored Jan 13, 2025
1 parent 4b4139e commit 6674561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redisconn/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type Opts struct {
DB int
// Password for AUTH
Password string
// Password for AUTH
// Username for AUTH
Username string
// IOTimeout - timeout on read/write to socket.
// If IOTimeout == 0, then it is set to 1 second
Expand Down

0 comments on commit 6674561

Please sign in to comment.