We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
connection not working if password contains colon ":"
example password "123:3333:444" user: "default" --sourcepassword 'default:123:3333:444'
I fixed it on client side develop...azhurbilo:RedisFullCheck:fix_password_with_colon
but later noticed that the same issue in libs najoast/redis-go-cluster@b402164 vinllen/redis-go-cluster@bf4942e
@vinllen maybe you can update dependancies?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
connection not working if password contains colon ":"
example password "123:3333:444"
user: "default"
--sourcepassword 'default:123:3333:444'
I fixed it on client side develop...azhurbilo:RedisFullCheck:fix_password_with_colon
but later noticed that the same issue in libs
najoast/redis-go-cluster@b402164
vinllen/redis-go-cluster@bf4942e
@vinllen maybe you can update dependancies?
The text was updated successfully, but these errors were encountered: