mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +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"`
|
||||
Password string `json:"password"`
|
||||
DB int `json:db`
|
||||
CacheID string `json:"cache_id"`
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue