To Redis
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 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.