The Redis connector is a Palantir-provided driver for Redis.
To create a new Redis source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Redis-specific configuration and networking. For the complete property reference, see the official Redis driver documentation ↗.
| Capability | Status |
|---|---|
| Exploration | 🟢 Generally available |
| Batch syncs | 🟢 Generally available |
| Incremental | 🟢 Generally available |
| Table exports | 🟢 Generally available |
The properties below are mandatory or recommended.
| Property | Required? | Description | Default |
|---|---|---|---|
AuthScheme ↗ | Mandatory | The authentication mechanism that the provider will use to authenticate with Redis. | Password |
Server ↗ | Mandatory | The host name or IP address of the server hosting the Redis instance. | {serverAddress} |
UseSSL ↗ | Mandatory | This field sets whether SSL is enabled. | TRUE |
EnableCluster ↗ | Recommended | This field sets whether the Redis Cluster Mode is enabled. | FALSE |
LogicalDatabase ↗ | Recommended | The index of the Redis Logical Database. | 0 |
Password ↗ | Recommended | The password used to authenticate with Redis. | — |
Port ↗ | Recommended | The port for the Redis database. | 6379 |
ReplicaSet ↗ | Recommended | This property allows you to specify multiple servers in addition to the one configured in Server and Port . Specify both a server name and port; separate servers with a comma. | — |
The table below lists the domains that the source must be able to access to run.
For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead. The agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.
| Domain | Required |
|---|---|
| <Server>:<Port> | Server and Port connection properties; default Port=6379 |
| <SSHServer>:<SSHPort> | If UseSSH=TRUE, default SSHPort=22 |
This connector supports table exports. Learn how to set up a table export.