🐛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
+1 -1
View File
@@ -4,5 +4,5 @@ go 1.19
require (
github.com/leprosus/golang-ttl-map v1.1.7
github.com/maxlerebourg/simpleredis v1.0.5
github.com/maxlerebourg/simpleredis v1.0.6
)