-
Notifications
You must be signed in to change notification settings - Fork 14
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
Additional redis options #37
Comments
Great questions. I will have to take a look and try to understand what the original author had in mind with those restrictions and then see what it would take to pass at least the ones that you are interested in, on. If you have ideas, please add a patch file or a PR with some tests to expedite the investigation. Thanks! |
I see what you are seeing. It looks as if the original author overloaded the meaning of |
I don't see a reason why not to..so please go ahead and use it that way. I am working on getting the correct changes in and updating some testing. |
Hi all!
While setting up redisdown with Nx I discovered that some options are not passed on to
node-redis
.The options look to be restricted to these options: https://github.com/hmalphettes/redisdown/blob/master/index.js#L264
For the connection to a password-protected cache, we also need the
tls
andpassword
option.Is it safe/correct to add these options or maybe even to remove the filtering altogether such that all options are passed on to
node-redis
?The text was updated successfully, but these errors were encountered: