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

To 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 value can be STRING, hash, list, set, or zset.

STRING

Delete Same Key Before Writing

Whether to delete the same key before writing

No

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.

;

Key Value Validity Period

Validity period of the key, in seconds

3600