mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +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"`
|
||||
Password string `yaml:"password"`
|
||||
DB int `yaml:"db"`
|
||||
CacheID string `yaml:"cache_id"`
|
||||
Prefix string `yaml:"prefix"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue