Redis

The Redis configuration interface defines the connection parameters of the IBM Robotic Process Automation server to the Redis instance.

The IBM RPA on premises server installation no longer installs Redis automatically. For more information, see Installing Redis.

The following list describes the Redis configuration parameters:

Enable Redis
Option to enable the use of a Redis instance and provide its connection data.

Connection string
Mandatory. The Redis connection string is composed of Hostname or IP and the port as follows:

{hostname_or_ip}:{port}

Database index
The database index used by the Redis server. This field is mandatory.

Password
The connection password with the database.

Use SSL
Check this option if you want to enable an SSL connection with Redis. You must have a valid SSL certificate to sign the connection with Redis.

Disable certificate revocation check
Choose if you want to disable the server from checking if the Redis certificate was revoked. Check this box if you use a self-signed certificate in your Redis server. You can change this option later in the IBM RPA Control Center.

Important:
  • You must provide an existing connection string to a Redis server. Using incorrect values makes it impossible to use server services.
  • Enabling Redis causes the server to automatically restart.