chore: remove optional in redis config (#2979)
This commit is contained in:
@@ -25,7 +25,7 @@ type (
|
|||||||
// A RedisKeyConf is a redis config with key.
|
// A RedisKeyConf is a redis config with key.
|
||||||
RedisKeyConf struct {
|
RedisKeyConf struct {
|
||||||
RedisConf
|
RedisConf
|
||||||
Key string `json:",optional"`
|
Key string
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user