perf: add concurrency and pipeline mode for redis cache

Signed-off-by: rfyiamcool <rfyiamcool@163.com>
This commit is contained in:
rfyiamcool 2023-11-04 22:52:30 +08:00
parent b9c18a601e
commit cbcc0820c6
No known key found for this signature in database
GPG Key ID: EBA61C4D83B4DC5C

View File

@ -82,6 +82,7 @@ type configStruct struct {
Address []string `yaml:"address"`
Username string `yaml:"username"`
Password string `yaml:"password"`
EnablePipeline bool `yaml:"enablePipeline"`
} `yaml:"redis"`
Kafka struct {