Skip to content

Commit

Permalink
Enable redis+cluster (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoch42 authored Feb 28, 2024
1 parent c2eb94a commit 1b41312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ func (config *Config) Validate(oneModel bool) error {
prefixes := []string{
storage.RedisPrefix,
storage.RedissPrefix,
storage.RedisClusterPrefix,
storage.MongoPrefix,
storage.MongoSrvPrefix,
storage.MySQLPrefix,
Expand Down

0 comments on commit 1b41312

Please sign in to comment.