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
url
Here's the offending line:
https://github.com/kyknow/nestjs-redis/blob/master/lib/redis-client.provider.ts#L17
If you pass in a url, any other options are ignored:
RedisModule.register({ url: process.env.REDIS_URL, keyPrefix: process.env.REDIS_KEY_PREFIX, }),
What's the intended behavior here? If the URL overwrites all other options, we should document and enforce with types.
Thanks! Anthony
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Here's the offending line:
https://github.com/kyknow/nestjs-redis/blob/master/lib/redis-client.provider.ts#L17
If you pass in a
url
, any other options are ignored:What's the intended behavior here? If the URL overwrites all other options, we should document and enforce with types.
Thanks!
Anthony
The text was updated successfully, but these errors were encountered: