diff --git a/pkg/common/config/config.go b/pkg/common/config/config.go index 95f4a864e..82df801e1 100644 --- a/pkg/common/config/config.go +++ b/pkg/common/config/config.go @@ -78,10 +78,11 @@ type configStruct struct { } `yaml:"mongo"` Redis struct { - ClusterMode bool `yaml:"clusterMode"` - Address []string `yaml:"address"` - Username string `yaml:"username"` - Password string `yaml:"password"` + ClusterMode bool `yaml:"clusterMode"` + Address []string `yaml:"address"` + Username string `yaml:"username"` + Password string `yaml:"password"` + EnablePipeline bool `yaml:"enablePipeline"` } `yaml:"redis"` Kafka struct {