@@ -62,6 +62,7 @@ func main() {
redisClient = redis.NewClient(&redis.Options{
Addr: redisAddr,
DB: 0,
Username: os.Getenv("REDIS_USER"),
Password: redisPass,
})
if err := redisClient.Ping(ctx).Err(); err != nil {
The note is not visible to the blocked user.