mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
config.go: Adding CacheID to RedisConfig
This commit is contained in:
parent
301e51b3ef
commit
896711ecb1
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ type RedisConfig struct {
|
||||||
Addr string `json:"addr"`
|
Addr string `json:"addr"`
|
||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
DB int `json:db`
|
DB int `json:db`
|
||||||
|
CacheID string `json:"cache_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue