Skip to content

Redis Connection

Redis application on Connect iPaaS uses Database Authentication which requires database connection information as Host, Port, Database Schema, and Password. Using the Database Authentication, you authorize Connect iPaaS to access your data on the selected schema.

Redis application on Connect iPaaS uses Database Authentication which requires database connection information as Host, Port, Database Schema and Password. Using the Database Authentication, you authorize Connect iPaaS to access your data on the selected schema.

We at RoboMQ pay utmost attention to keep your account secure. See our Security and Privacy Policies to learn more about how RoboMQ handles your account access.

Create a Redis Connection

Create Redis Connection

Figure 1: Authentication for Redis on RoboMQ Connect

You need the following information to set up a Redis connection on Connect iPaaS:

  1. Host (Required) The host is the name of the server that hosts your database. You can setup hostname by IP Address and DNS. When you use an IP-based connection option, you can simply connect using the port number. For example, the port number is 6379. The IP address for it can be like 10.0.0.12:6379. When you use DNS as an option, you need to have your domain (For example, mydomain.com).

  2. Port (Required) Redis database port. By default is 6379.

    If you are using any other port to connect your Redis Database, please reach out to RoboMQ support.

  3. Database Schema (Optional)
    Redis provides 0-15 indices for databases. New connections always use database Schema 0. It means a particular subset of full data is accessed. If left blank, the default value is 0.

  4. Password (Optional)

    Optional if no password is set for your database.