-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: support nesting options via redis:// #942
Conversation
I'm having the same issue, which I mistakenly reported at #947 before I noticed this PR. This seems like a more complicated solution than necessary. Wouldn't it be sufficient to conditionally set Added: I see now why that won't work. Is it necessary to put these parameters through the query string, though? I'm assuming that's more a workaround for the way the code is structured. I'm working on an alternate PR. |
🎉 This issue has been resolved in version 4.14.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [4.14.1](redis/ioredis@v4.14.0...v4.14.1) (2019-08-27) ### Bug Fixes * don’t clobber passed-in tls options with rediss:/ URLs ([#949](redis/ioredis#949)) ([ceefcfa](redis/ioredis@ceefcfa)), closes [#942](redis/ioredis#942) [#940](redis/ioredis#940) [#950](redis/ioredis#950) [#948](redis/ioredis#948)
Close: #940