We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4139e commit 6674561Copy full SHA for 6674561
redisconn/conn.go
@@ -39,7 +39,7 @@ type Opts struct {
39
DB int
40
// Password for AUTH
41
Password string
42
- // Password for AUTH
+ // Username for AUTH
43
Username string
44
// IOTimeout - timeout on read/write to socket.
45
// If IOTimeout == 0, then it is set to 1 second
0 commit comments