Skip to content

Commit 6674561

Browse files
authored
Update conn.go
1 parent 4b4139e commit 6674561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisconn/conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type Opts struct {
3939
DB int
4040
// Password for AUTH
4141
Password string
42-
// Password for AUTH
42+
// Username for AUTH
4343
Username string
4444
// IOTimeout - timeout on read/write to socket.
4545
// If IOTimeout == 0, then it is set to 1 second

0 commit comments

Comments
 (0)