Skip to content

Commit

Permalink
perf: redis 连接支持中文显示
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Aug 28, 2023
1 parent 878c838 commit c480025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/srvconn/conn_redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func (opt *sqlOption) RedisCommandArgs() []string {
if opt.Password != "" {
params = append(params, "--askpass")
}
params = append(params, "--raw")
return params
}

Expand Down

0 comments on commit c480025

Please sign in to comment.