Destinations
Redis
Send processed data from Unstructured to Redis.
The requirements are as follows.
- A Redis database, for example in Redis Cloud.
- The target database’s hostname and port number. Create a database in Redis Cloud.
- The username and password for the target database. Get the username and password in Redis Cloud.
- The database number for the target database. Redis databases are typically numbered from 0 to 15, with the default database number typically being 0.
To create the destination connector:
- On the sidebar, click Connectors.
- Click Destinations.
- Cick New or Create Connector.
- Give the connector some unique Name.
- In the Provider area, click Redis.
- Click Continue.
- Follow the on-screen instructions to fill in the fields as described later on this page.
- Click Save and Test.
Fill in the following fields:
- Name (required): A unique name for this connector.
- URI: If URI is selected for Authentication Method, the connection URI for the target database user and password, hostname, and port number. Use the format of
redis://<username>:<password>@<hostname>:<port-number>
. If SSL encryption is enabled for the database, userediss://
instead ofredis://
. - Host (required if Password is selected for Authentication Method): The target database’s hostname.
- Port: If Password is selected for Authentication Method, the database’s port number. The default is
6379
unless otherwise specified. - Username (required if Password is selected for Authentication Method): The name of the database user (not the logged in user).
- Password (required if Password is selected for Authentication Method): The database user’s password.
- Database Index: The number (index) for the target database. The default is
0
unless otherwise specified. - SSL: Check this box to enable SSL encryption for the connection. Check this box only if SSL is already set up and enabled for the target database. This box is checked by default.
- Batch Size: The maximum number of records to upload in a single batch. The default is
100
unless otherwise specified.
Was this page helpful?