Install RedisGears for Redis Data Integration

Install and set up RedisGears for a Write-behind deployment

Write-behind requires that RedisGears module with the Python plugin is installed on the Redis Enterprise cluster.

The Python plugin can be installed explicitly or alongside with the JVM plugin if the latter is needed on the cluster for other purposes.

Use the redis-di create command in Write-behind CLI to install RedisGears.

Download RedisGears

Download RedisGears based on the Linux distribution of where Redis Enterprise is installed.

Ubuntu 20.04

curl -s --tlsv1.3 https://redismodules.s3.amazonaws.com/redisgears/redisgears.Linux-ubuntu20.04-x86_64.1.2.6-withdeps.zip -o /tmp/redis-gears.zip

Ubuntu 18.04

curl -s --tlsv1.3 https://redismodules.s3.amazonaws.com/redisgears/redisgears.Linux-ubuntu18.04-x86_64.1.2.6-withdeps.zip -o /tmp/redis-gears.zip

RHEL8

curl -s https://redismodules.s3.amazonaws.com/redisgears/redisgears.Linux-rhel8-x86_64.1.2.6-withdeps.zip -o /tmp/redis-gears.zip

RHEL7

curl -s https://redismodules.s3.amazonaws.com/redisgears/redisgears.Linux-rhel7-x86_64.1.2.6-withdeps.zip -o /tmp/redis-gears.zip
RATE THIS PAGE
Back to top ↑