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
In the lettuce module we explicitly call noDatabaseName() when creating the external params.
noDatabaseName()
In the Jedis module, we do have access to the database name (which in Redis is an integer) and add it to the external params.
We need to investigate the Lettuce driver and see if this info is available to us to add to the lettuce external datastore params call.
Slack discussion
The text was updated successfully, but these errors were encountered:
https://new-relic.atlassian.net/browse/NR-376480
Sorry, something went wrong.
No branches or pull requests
Description
In the lettuce module we explicitly call
noDatabaseName()
when creating the external params.In the Jedis module, we do have access to the database name (which in Redis is an integer) and add it to the external params.
We need to investigate the Lettuce driver and see if this info is available to us to add to the lettuce external datastore params call.
Slack discussion
The text was updated successfully, but these errors were encountered: