fix(connector): redis sentinel field required
This commit is contained in:
parent
8908e93bc3
commit
59c301243c
|
@ -90,6 +90,7 @@ fields(sentinel) ->
|
|||
}},
|
||||
{sentinel, #{
|
||||
type => string(),
|
||||
required => true,
|
||||
desc => ?DESC("sentinel_desc")
|
||||
}}
|
||||
] ++
|
||||
|
|
Loading…
Reference in New Issue