fix(connector): add nullable for sentinel_name in redis schema

This commit is contained in:
zhanghongtong 2021-06-18 15:09:26 +08:00
parent 3475967c40
commit f5c4863420
1 changed files with 1 additions and 0 deletions

View File

@ -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]);