diff --git a/config/config.go b/config/config.go index 6d021d5..31652be 100644 --- a/config/config.go +++ b/config/config.go @@ -118,7 +118,7 @@ type Config struct { SlaveOf string `toml:"slaveof"` - Readonly bool `toml:readonly` + Readonly bool `toml:"readonly"` DataDir string `toml:"data_dir"`