Connections > Redis connection properties
  

Redis connection properties

When you create a Redis connection, you must configure the connection properties.
The following table describes the Redis connection properties:
Property
Description
Connection Name
The name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
Description
Description of the connection. Maximum length is 4000 characters.
Type
The Redis connection type.
Runtime Environment
Name of the runtime environment where you want to run the tasks.
You can specify a Secure Agent or serverless runtime environment.
Host
Host name or IP address of the Redis server.
Port
Redis server port number.
User
Username to access the Redis server.
Password
Password to access the Redis server.
Max Clients Per Worker
The maximum number of Redis client connections used by each worker node.
Flat Hierarchy
Enable this property to perform the following actions based on the data that you read:
  • - Read top-level HASH keys as multiple rows with one row for each key-value pair in the hash.
  • - Read top-level LIST keys as multiple rows with one row for each string value in the list.
Use TLS
Uses TLS to secure the communication with Redis server.
KeyStore File Path
Absolute path of the KeyStore file in the Secure Agent machine that contains private keys and certificates for the Redis server.
KeyStore Passphrase
Passphrase for the KeyStore file.
TrustStore File Path
Absolute path of the TrustStore file that contains certificates for the Redis server.
TrustStore Passphrase
Passphrase for the TrustStore file.