doc-exports/docs/dataartsstudio/umn/dataartsstudio_01_0056.html
Xiong, Chen Xiao f3ee29a3dd DataArts UMN 20230329 version
Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com>
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
2023-05-11 17:09:25 +00:00

6.4 KiB

From Redis

Because DCS restricts the commands for obtaining keys, it cannot serve as the migration source but can be the migration destination. The Redis service of the third-party cloud cannot serve as the migration source. However, the Redis set up in the on-premises data center or on the ECS can be the migration source and destination.

When data is exported from an on-premises Redis, configure source job parameters as described in Table 1.

Table 1 Parameter description

Parameter

Description

Example Value

Redis Key Prefix

Key prefix, which is similar to the table name of a relational database

TABLE

Value Storage Type

The options are as follows:
  • String: without column name, such as value1,value2
  • Hash: with column name, such as column1=value1,column2=value2

String

Key Delimiter

Character used to separate table names and column names of a relational database

_

Value Delimiter

Character used to separate columns when the storage type is string

;

Same Field

This parameter is displayed when Value Storage Type is set to Hash.

The hash key contains the same field.

Yes