Skip to main content

Add the Redis Connector

Authenticate to Redis

After you add the connector, you need to set the required properties.
  • Server: Enter the host name or IP address of the server that hosts your instance.
  • Port: Enter the port number for the database. The default port is 6379.
supports authenticating to 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 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 ACL.
  • Password: Enter the password that you use to authenticate to your ACL.

None

Complete Your Connection

To complete your connection:
  1. Specify the following properties:
    • Logical Database: Enter the index number for the 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: Select whether you want to enable cluster mode. By default, the Enable checkbox is not selected.
    • Use SSL: Select whether you want to enable Secure Sockets Layer (SSL). By default, the Enable checkbox is not selected.
  2. Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
  3. Click Create & Test to create your connection.

More Information