You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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```yamlsessionSotrage:
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: ""\```
connectionUrls is of wrong type. Should be a list, but expects string.
The text was updated successfully, but these errors were encountered: