1
0
Fork 0
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:
Henrik Hautakoski 2022-01-20 15:10:01 +01:00
parent 301e51b3ef
commit 896711ecb1
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -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 {