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

fix: connection urls to be automatically comma separated #268

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tuunit
Copy link
Member

@tuunit tuunit commented Nov 27, 2024

Description

The connectionUrls attribute of sessionStorage.redis.cluster and sessionStorage.redis.sentinel is currently of type array which doesn't work.

Solution

Add join "," to the templating to automatically generate a comma separated string and allow for single string values as well.

@tuunit
Copy link
Member Author

tuunit commented Nov 27, 2024

@pierluigilenoci I think the new test case is broken. Will quickly check tomorrow. I have a bad connection right now and cannot fetch the redis helm chart -.-

@tuunit tuunit force-pushed the fix-connection-urls-syntax branch from 4ce8e98 to cb59386 Compare November 27, 2024 18:01
@pierluigilenoci
Copy link
Contributor

@tuunit, this is a breaking change.
The version bump must be a major version and a migration guide must be added.

@tuunit
Copy link
Member Author

tuunit commented Nov 28, 2024

@tuunit, this is a breaking change. The version bump must be a major version and a migration guide must be added.

This is not a breaking change!!

@tuunit tuunit force-pushed the fix-connection-urls-syntax branch 3 times, most recently from 9276904 to 0a6c1a0 Compare November 28, 2024 14:44
@tuunit tuunit force-pushed the fix-connection-urls-syntax branch from 0a6c1a0 to adf5843 Compare November 28, 2024 14:47
@pierluigilenoci
Copy link
Contributor

@tuunit, do you have any chances to move forward with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants