fix(connector): add nullable for sentinel_name in redis schema
This commit is contained in:
parent
3475967c40
commit
f5c4863420
|
@ -130,6 +130,7 @@ redis_sentinel_fields() ->
|
|||
].
|
||||
|
||||
sentinel_name(type) -> binary();
|
||||
sentinel_name(nullable) -> true;
|
||||
sentinel_name(_) -> undefined.
|
||||
|
||||
redis_type(type) -> hoconsc:enum([single, sentinel, cluster]);
|
||||
|
|
Loading…
Reference in New Issue