RedisGears Installation

Note: If your Redis Enterprise Cluster version is 6.2.18 or higher, you can use the redis-di create command in RDI CLI to install RedisGears.

Redis Data Integration requires RedisGears module with Python plugin to be 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.

Download RedisGears

Download RedisGears based on the Linux distribution of where Redis Enterprise is installed. As mentioned, Redis Data Integration only requires the Python plugin, so download only it unless the JVM plugin is also needed.

Note: If your Redis Enterprise Cluster is version 6.2.18 or higher, please download the RedisGears bundle that includes the Python plugin.

Ubuntu 20.04

Bundle with Python Plugin

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

Python Plugin Only

curl -s https://redismodules.s3.amazonaws.com/redisgears/redisgears_python.Linux-ubuntu20.04-x86_64.10206.zip -o /tmp/redis-gears.zip

Python and JVM Plugins

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

Ubuntu 18.04

Bundle with Python Plugin

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

Python Plugin Only

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

Python and JVM Plugins

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

RHEL8

Bundle with Python Plugin

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

Python Plugin Only

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

Python and JVM Plugins

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

RHEL7

Bundle with Python Plugin

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