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

sessionStorage.redis.sentinel.connectionUrls creates array, but expects string #267

Open
Schueni1 opened this issue Nov 27, 2024 · 2 comments

Comments

@Schueni1
Copy link

connectionUrls is of wrong type. Should be a list, but expects string.

@tuunit
Copy link
Member

tuunit commented Nov 27, 2024

Thank you for contributing to the project. Please try to provide more context and a good structure when creating open source issues.

For example:

## Description
The `connectionUrls` attribute of `sessionStorage.redis.cluster` and `sessionStorage.redis.sentinel` seem to be of the wrong type.

## Expected

```yaml
sessionSotrage:
  redis:
    cluster:
      # List of Redis cluster connection URLs comma separated (e.g. `"redis://127.0.0.1:8000, redis://127.0.0.1:8001"`)
      connectionsUrls: ""
\```

@tuunit
Copy link
Member

tuunit commented Nov 27, 2024

Fixed by #268

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

No branches or pull requests

2 participants