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
Given the code:
local client = redis.connect('redis://localhost:6379/9')
The expected result is that database #9 is either selected, or the connect should fail. This is standard in many other client libs for Redis.
This is similar to issue #44, where a password in the URL is also ignored.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given the code:
The expected result is that database #9 is either selected, or the connect should fail. This is standard in many other client libs for Redis.
This is similar to issue #44, where a password in the URL is also ignored.
The text was updated successfully, but these errors were encountered: