🐛Bump simple redis to 1.0.6 to fix bug hang with password, update doc on redis (#89)

This commit is contained in:
mathieuHa
2023-03-05 14:32:43 +01:00
committed by GitHub
parent dd322a966a
commit 39fcc38980
6 changed files with 41 additions and 23 deletions
+2 -1
View File
@@ -81,8 +81,9 @@ func askRedis(sr *SimpleRedis, cmd redisCmd, channel chan redisCmd) {
channel <- redisCmd{Error: fmt.Errorf(RedisNoAuth)}
return
}
break
}
// breaks out of for
break
}
}