chore: remove optional in redis config (#2979)

master
Kevin Wan 2 years ago committed by GitHub
parent dd347e96b0
commit a05fe7bf0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
} }
) )

Loading…
Cancel
Save