diff --git a/config/config.go b/config/config.go index 7a3db9a..8cdb11d 100644 --- a/config/config.go +++ b/config/config.go @@ -96,7 +96,7 @@ log: stat: engine: "memory" # support memory, redis, boltdb, buntdb or leveldb redis: - cluster: false + cluster: false addr: "localhost:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381" password: "" db: 0