XrayR-project / XrayR

A Xray backend framework that can easily support many panels. 一个基于Xray的后端框架,支持V2ay,Trojan,Shadowsocks协议,极易扩展,支持多面板对接
https://xrayr-project.github.io/XrayR-doc/
Mozilla Public License 2.0
1.9k stars 783 forks source link

support passing redis network and redis username to redis client #576

Closed jat001 closed 6 months ago

jat001 commented 6 months ago

go-redis will guess Network if it is empty. so there is no backward compatibility issue.

https://github.com/redis/go-redis/blob/v9.4.0/options.go#L156

Septrum101 commented 6 months ago

Thx for your PR.