Redis
Version 25.3.9396
Version 25.3.9396
Redis
You can use the Redis connector from the CData Sync application to capture data from Redis and move it to any supported destination. To do so, you need to add the connector, authenticate to the connector, and complete your connection.
Add the Redis Connector
To enable Sync to use data from Redis, you first must add the connector, as follows:
-
Open the Connections page of the Sync dashboard.
-
Click Add Connection to open the Select Connectors page.
-
Click the Sources tab and locate the Redis row.
-
Click the Configure Connection icon at the end of that row to open the New Connection page. If the Configure Connection icon is not available, click the Download Connector icon to install the Redis connector. For more information about installing new connectors, see Connections.
Authenticate to Redis
After you add the connector, you need to set the required properties.
-
Connection Name - Enter a connection name of your choice.
-
Server - Enter the host name or IP address of the server that hosts your Redis instance.
-
Port - Enter the port number for the Redis database. The default port is 6379.
CData Sync supports authenticating to Redis in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.
Password
To connect with a user password, specify the following settings:
-
Auth Scheme – Select Password.
-
Password – Enter the password that you use to authenticate to your Redis account.
Access Control List
To connect with Access Control List credentials, specify the following settings:
-
Auth Scheme – Select ACL.
-
User – Enter the username that you use to authenticate to your Redis ACL.
-
Password – Enter the password that you use to authenticate to your Redis ACL.
None
To connect without authentication, select None for Auth Scheme. No additional properties are required.
Complete Your Connection
To complete your connection:
-
Specify the following properties:
-
Logical Database - Enter the index number for the Redis Logical Database. The default number is 0.
-
Replica Set - Enter one or more servers in addition to the one that you configured earlier in the Server and Port fields . Specify both a server name and port and separate servers with a comma (for example, ServerURL1:Port,ServerURL2:Port).
-
Enable Cluster - Specify whether you want to enable Redis cluster mode. The default value is False.
-
Use SSL - Specify whether you want to use the Secure Sockets Layer (SSL) protocol. The default value is False.
-
-
Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
-
Click Create & Test to create your connection.
More Information
For more information about interactions between CData Sync and Redis, see Redis Connector for CData Sync.