数据湖探索 DLI-Redis结果表:参数说明

时间:2024-07-01 21:07:18

参数说明

表1 参数说明

参数

是否必选

说明

connector.type

connector类型,对于redis,需配置为'redis'。

connector.host

redis连接地址。

connector.port

redis连接端口。

connector.password

redis认证密码。

connector.deploy-mode

redis部署模式,支持standalone/cluster,默认standalone

connector.table-name

table存储模式下必配,redis中存储表名。在table存储模式下,数据将以hash类型存储到redis,其中key为:${table-name}:${ext-key},field名为列名。

说明:

table存储模式:将connector.table-name、connector.key-column作为redis的key。redis的hash类型,每个key对应一个hashmap,hashmap的hashkey为源表的字段名,hashvalue为源表的字段值。

connector.key-column

table存储模式下可配置,将该字段值作为redis中的ext-key,未配置时,ext-key为生成的uuid

connector.write-schema

table存储模式下可配置,是否将当前schema写入到redis,默认为false

connector.data-type

数据存储类型,用户自定义存储模式必配。支持:string, list, hash, set类型。其中string/list以及sets中schema字段数必须为2,hash字段数必须为3

connector.ignore-retraction

是否忽略retraction消息,默认为false

support.huaweicloud.com/sqlreference-dli/dli_08_0313.html