# Redis

Redis (Remote Dictionary Server) is an open-source in-memory data structure store. Due to the nature of being fast, scalable, and highly available, Redis is a popular choice for applications that require real-time data processing, high throughput, and low latency.

## Prerequisites

* Get Redis database connection parameters from the database owner.

## Connect to Redis data source

Create a new data source in two ways. Note that this permission is restricted to workspace admins and developers.

<figure><img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2FZ6iCw9Q6F91QNPpzAjE6%2FConnectNewDataSourceOverview.gif?alt=media&#x26;token=42dc1abd-8895-4034-82a9-0dea8e20da9e" alt=""><figcaption></figcaption></figure>

Select **Database** > **Redis** as the data source type.

<figure><img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2FJjtbyc38KG2QS1AgyBiB%2Fimage.png?alt=media&#x26;token=4b2a306d-06eb-4e81-aa36-d81d89f9903a" alt=""><figcaption></figcaption></figure>

Set its name and service account.

<figure><img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2FA39LKnf48jonxdGMb80d%2Fimage.png?alt=media&#x26;token=42266e0f-4f42-4d9c-a7e8-96b28db14c25" alt=""><figcaption></figcaption></figure>

(Optional) Click **Test connection** to check whether the new data source is successfully connected.

Click **Save**, and it will be saved to your data source library.
