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