Skip to content

Commit fba8571

Browse files
author
zicorn
committed
[update] convert chinese comment to english
1 parent 75e6180 commit fba8571

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

internal/core/plugin_manager/manager.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)