gorse-io / gorse

Gorse open source recommender system engine
https://gorse.io
Apache License 2.0
8.62k stars 785 forks source link

Redis cluster is not allowed as a valid option in config validation #754

Open mrrsm opened 1 year ago

mrrsm commented 1 year ago

Gorse version Version: v0.4.14 API version: v0.2.7 Go version: go1.20.4 Git commit: ab030fd42b0aedafc7f9aacbf63df5e2b60be040 Built: Tue Jun 6 01:02:20 UTC 2023 OS/Arch: linux/amd64

Describe the bug When trying to pass in redis+cluster the config validation fails as it is not a valid prefix

To Reproduce Build a redis cluster and point the redis endpoint to redis+cluster://URI:PORT Try to start gorse

Expected behavior Gorse should start and properly use the redis cluster