Redis

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 ↗.

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
AuthSchemeMandatoryThe authentication mechanism that the provider will use to authenticate with Redis.Password
ServerMandatoryThe host name or IP address of the server hosting the Redis instance.{serverAddress}
UseSSLMandatoryThis field sets whether SSL is enabled.TRUE
EnableClusterRecommendedThis field sets whether the Redis Cluster Mode is enabled.FALSE
LogicalDatabaseRecommendedThe index of the Redis Logical Database.0
PasswordRecommendedThe password used to authenticate with Redis.
PortRecommendedThe port for the Redis database.6379
ReplicaSetRecommendedThis 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.

Networking

The table below lists the domains that the source needs to be able to access in order to successfully 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.

DomainRequired
<Server>:<Port>Server and Port connection properties; default Port=6379
<SSHServer>:<SSHPort>If UseSSH=TRUE, default SSHPort=22