File tree Expand file tree Collapse file tree 2 files changed +58
-58
lines changed
Expand file tree Collapse file tree 2 files changed +58
-58
lines changed Original file line number Diff line number Diff line change @@ -180,10 +180,10 @@ func (p *PluginManager) Launch(configuration *app.Config) {
180180 if err := cache .InitRedisSentinelClient (
181181 configuration .RedisSentinelServiceName ,
182182 configuration .RedisSentinels ,
183- configuration .RedisUser , // 对主从服务器使用原有的用户名
184- configuration .RedisPass , // 对主从服务器使用原有的密码
185- configuration .RedisSentinelUsername , // 连接哨兵服务器的用户名
186- configuration .RedisSentinelPassword , // 连接哨兵服务器的密码
183+ configuration .RedisUser , // Username for Redis master-slave servers
184+ configuration .RedisPass , // Password for Redis master-slave servers
185+ configuration .RedisSentinelUsername , // Username for connecting to sentinel servers
186+ configuration .RedisSentinelPassword , // Password for connecting to sentinel servers
187187 configuration .RedisUseSsl ,
188188 configuration .RedisDB ,
189189 configuration .RedisSentinelSocketTimeout ,
You can’t perform that action at this time.
0 commit comments