Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Conversation

luin
Copy link
Collaborator

@luin luin commented Aug 8, 2019

Close: #940

@paulmelnikow
Copy link
Contributor

paulmelnikow commented Aug 20, 2019

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 tls to true if it's not already 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.

@luin luin closed this in ceefcfa Aug 27, 2019
ioredis-robot pushed a commit that referenced this pull request Aug 27, 2019
## [4.14.1](v4.14.0...v4.14.1) (2019-08-27)

### Bug Fixes

* don’t clobber passed-in tls options with rediss:/ URLs ([#949](#949)) ([ceefcfa](ceefcfa)), closes [#942](#942) [#940](#940) [#950](#950) [#948](#948)
@ioredis-robot
Copy link
Collaborator

🎉 This issue has been resolved in version 4.14.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@luin luin deleted the feat/nesting-url branch March 14, 2022 03:27
janus-dev87 added a commit to janus-dev87/ioredis-work that referenced this pull request Mar 1, 2024
## [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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

previously working rediss:// url does not work since 4.14.0
3 participants