Fully managed and integrated with Google Cloud, Azure, and AWS.
Build the fastest, most reliable GenAI apps with our advanced vector database.
Self-managed software with enterprise-grade compliance and reliability.
Synchronize data in near-real time to make data fast—without writing code.
In-memory database for caching & streaming.
Describes how to integrate Redis Cloud into Confluent Cloud.
You can send data from Confluent Cloud to your Redis Cloud database using the Redis Sink connector for Confluent Cloud.
Before you add the Redis Sink Confluent connector to your Confluent Cloud cluster:
Create a database in the same region as your Confluent Cloud cluster.
If you decide to enable Transport Layer Security (TLS) for your Redis database, download the server certificate from the Redis Cloud console and encode it to be used with Confluent Cloud.
Ensure you meet the prerequisites in the Redis Sink connector documentation to set up your Redis Sink with Confluent Cloud.
If you decide to enable Transport Layer Security (TLS) for your database, you will need to encode the server certificate (redis_ca.pem
) for use as the Confluent Cloud Truststore file. To do this:
Use a base64 utility to encode redis_ca.pem
into base64 in a new file. For example, using the base64
command-line utility:
$ base64 -i redis_ca.pem -o <truststore_file_name>
Using a text editor, add the following text to the beginning of the truststore file:
data:text/plain;base64
Save and close the truststore file.
To add the Redis Sink connector to your Confluent Cloud environment from the Redis Cloud console:
From the Redis Cloud console, select Account Settings and then select the Integrations tab.
Select the Configure button in the Confluent tile.
This will take you to New Sink Connector on Confluent Cloud. If you have more than one Confluent Cloud environment or Cluster, select your environment and cluster from the lists and select Continue.
From there, follow the steps to Enter the connector details on the Confluent documentation.
When you get to the Authentication step, fill in the fields with the following information:
Select Continue once you have entered the database information. Enter the rest of the connector details from the Configuration step.
Connect to your database to verify that data is being stored.