Install Write-behind CLI
Install Write-behind CLI
The following installation instructions install the Write-behind CLI on a local workstation.
Write-behind installation is done via the Write-behind CLI. The CLI should have network access to the Redis Enterprise cluster API (port 9443 by default).
Download Write-behind 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 Write-behind 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.