gorse-io / gorse-io/gorse

Redis as data_store fully supported or not?

Open
#534 2 comments 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
Go
Stars
9.8k
Forks
912
Avg merge
2h 35m
Merged PRs (30d)
9

Description

Hello, dear developers i have a question about use redis as data_store in Gorse.
I look in sources and saw: https://github.com/gorse-io/gorse/blob/master/storage/data/redis.go

Redis as data_store fully supported in latest release version of gorse?

Can I simply add in validator here and try to use Gorse?

func (config *Config) Validate(oneModel bool) error {
validate := validator.New()
if err := validate.RegisterValidation("data_store", func(fl validator.FieldLevel) bool {
prefixes := []string{
storage.RedisPrefix,

Thanks

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.