报错
2023/05/05 11:11:17 main.go:36: failed to initialize: dialector() not supported
配置
[Redis]
# address, ip:port or ip1:port,ip2:port for cluster and sentinel(SentinelAddrs)
Address = "域名"
# Username = ""
Password = "密码"
# DB = 0
UseTLS = true
TLSMinVersion = "1.2"
# standalone cluster sentinel
RedisType = "cluster"
# Mastername for sentinel type
# MasterName = "mymaster"
# SentinelUsername = ""
# SentinelPassword = ""