mirror of
https://github.com/eosswedenorg/thalos
synced 2026-08-27 20:28:14 +02:00
app/config/config.go: Remove CacheID from RedisConfig
This commit is contained in:
parent
129272d32e
commit
b04a03ae87
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ type RedisConfig struct {
|
||||||
User string `yaml:"user"`
|
User string `yaml:"user"`
|
||||||
Password string `yaml:"password"`
|
Password string `yaml:"password"`
|
||||||
DB int `yaml:"db"`
|
DB int `yaml:"db"`
|
||||||
CacheID string `yaml:"cache_id"`
|
|
||||||
Prefix string `yaml:"prefix"`
|
Prefix string `yaml:"prefix"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue