Closed DontDream1 closed 3 years ago
我也遇到同样的情况: 2021/08/04 09:32:09.678 [E] [command.go:420] 初始化Redis缓存失败: ERROR-4002020, could not unmarshal the config: {"conn":"xx.xxx.xx.com:6379","password":"xxxxxxx","dbNum":0}: json: cannot unmarshal number into Go value of type string
系统:centos8.4 版本:MinDoc last version => v2.1-beta.1 操作:cache 使用 redis.
cache_provider="${MINDOC_CACHE_PROVIDER||redis}" 结果:希望可以正常 install 初始化。
请按照一下格式提交issue,谢谢!
你当前使用的是哪个版本的 MinDoc(
godoc_linux_amd64 version
)?docker- v 2 .1.beat.4
你当前使用的是什么操作系统? linux centos7
你是如何操作的? 初始化连接redis
你期望得到什么结果?
初始化成功
2021/08/03 17:14:20.945 [E] [command.go:420] 初始化Redis缓存失败: ERROR-4002020, could not unmarshal the config: {"conn":"192.168.1.43:6379","password":"123456","dbNum":0}: json: cannot unmarshal number into Go value of type string