The following installation instructions install the RDI CLI on a local workstation. For installing in K8S or OpenShift please see k8s installation.

Redis Data Integration installation is done via the RDI CLI. The CLI should have network access to the Redis Enterprise cluster API (port 9443 by default).

Download RDI CLI

Ubuntu 20.04

wget https://qa-onprem.s3.amazonaws.com/redis-di/latest/redis-di-ubuntu20.04-latest.tar.gz -O /tmp/redis-di.tar.gz

Ubuntu 18.04

wget https://qa-onprem.s3.amazonaws.com/redis-di/latest/redis-di-ubuntu18.04-latest.tar.gz -O /tmp/redis-di.tar.gz

RHEL 8

wget https://qa-onprem.s3.amazonaws.com/redis-di/latest/redis-di-rhel8-latest.tar.gz -O /tmp/redis-di.tar.gz

RHEL 7

wget https://qa-onprem.s3.amazonaws.com/redis-di/latest/redis-di-rhel7-latest.tar.gz -O /tmp/redis-di.tar.gz

Install RDI CLI

Unpack the downloaded redis-di.tar.gz into /usr/local/bin/ directory:

sudo tar xvf /tmp/redis-di.tar.gz -C /usr/local/bin/

Note: Non-root users should unpack to a directory with write permission and run redis-di directly from it.