-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,使用redis做为注册中心,但redis需要密码访问时dubbo.registry.address该如何配置? #13
Comments
@cnhnnyzhy try using <dubbo:registry address="redis address" password="your password"/>, current master codes not including this feature, you should waiting for next release. |
redis://username:password@127.0.0.1:6379 这样就可以了 |
this has been fixed by apache/dubbo@4c95cfe |
apache/dubbo@4c95cfe should fix this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好,使用redis做为注册中心,但redis需要密码访问时dubbo.registry.address该如何配置?
The text was updated successfully, but these errors were encountered: