Skip to content

Commit 1b41312

Browse files
authored
Enable redis+cluster (#807)
1 parent c2eb94a commit 1b41312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ func (config *Config) Validate(oneModel bool) error {
615615
prefixes := []string{
616616
storage.RedisPrefix,
617617
storage.RedissPrefix,
618+
storage.RedisClusterPrefix,
618619
storage.MongoPrefix,
619620
storage.MongoSrvPrefix,
620621
storage.MySQLPrefix,

0 commit comments

Comments
 (0)