Open Schueni1 opened 13 hours ago
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: ""
\```
Fixed by #268
connectionUrls is of wrong type. Should be a list, but expects string.