Install RDI CLI
Install Redis Data Integration CLI
The following installation instructions install the RDI CLI on a local workstation.
RDI 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 the /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.