Link to Redis
Description
By creating a Redis link, you can extract data from or load data to the Redis server.
Sample Link
{ "links": [ { "link-config-values": { "configs": [ { "inputs": [ { "name": "linkConfig.deploymentMode", "value": "Cluster" }, { "name": "linkConfig.serverlist", "value": "10.120.84.149:7300" }, { "name": "linkConfig.password", "value": "Add password here" }, { "name": "linkConfig.dbIndex", "value": "0" } ], "name": "linkConfig" } ] }, "name": "redis_link", "connector-name": "redis-connector" } ] }
Link Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
linkConfig.deploymentMode |
Yes |
Enumeration |
Redis deployment mode. The options are as follows:
|
linkConfig.serverlist |
Yes |
String |
Server IP address list in host1:port1;host2:port2 format |
linkConfig.password |
Yes |
String |
Password for logging in to the Redis server |
linkConfig.dbIndex |
Yes |
String |
Redis database index |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot