Updated on 2024-10-23 GMT+08:00

From Redis

Table 1 Parameter description

Type

Parameter

Description

Example Value

Basic parameters

Redis Key Prefix

Corresponding to the table name of a relational database

TABLENAME

Value Storage Type

The storage type can be STRING or HASH.

STRING

Advanced attributes

Key Delimiter

Used to separate table names and column names of a relational database

_

Value Delimiter

Used to separate columns when the storage type is string. It is the character used to split a string into arrays when the storage type is list.

;

Same Field

Whether duplicate fields are allowed in a hash key. This parameter is displayed when Value Storage Type is set to HASH.

No