Redis as data_store fully supported or not?
Open
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
Assessment
This issue has not been assessed yet.