chore(store/valkey): remove pointless comments

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-11-18 09:07:37 -05:00
parent 4b509777f0
commit 2d2cbdd160

View File

@@ -66,8 +66,8 @@ func (c Config) Valid() error {
type Sentinel struct {
MasterName string `json:"masterName"`
Addr internal.ListOr[string] `json:"addr"`
ClientName string `json:"clientName,omitempty"` // if not set, default to Anubis or anubis.ProductName.
Username string `json:"username,omitempty"` // if not set, ignored
ClientName string `json:"clientName,omitempty"`
Username string `json:"username,omitempty"`
Password string `json:"password"`
}