From 667456148d5fdd57d7164bb7de5bd7756f3d8a9d Mon Sep 17 00:00:00 2001 From: Yohay Date: Mon, 13 Jan 2025 07:18:22 +0200 Subject: [PATCH] Update conn.go --- redisconn/conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisconn/conn.go b/redisconn/conn.go index 42db138..889903f 100644 --- a/redisconn/conn.go +++ b/redisconn/conn.go @@ -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