Back to Redis

Install Redis Gears

content/integrate/write-behind/installation/install-redis-gears.md

latest1.4 KB
Original Source

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]({{< relref "/integrate/write-behind/reference/cli/redis-di-create.md" >}}) 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

bash
curl -s --tlsv1.3 https://redismodules.s3.amazonaws.com/redisgears/redisgears.Linux-ubuntu20.04-x86_64.{{<param rdi_redis_gears_version>}}-withdeps.zip -o /tmp/redis-gears.zip

Ubuntu 18.04

bash
curl -s --tlsv1.3 https://redismodules.s3.amazonaws.com/redisgears/redisgears.Linux-ubuntu18.04-x86_64.{{<param rdi_redis_gears_version>}}-withdeps.zip -o /tmp/redis-gears.zip

RHEL8

bash
curl -s https://redismodules.s3.amazonaws.com/redisgears/redisgears.Linux-rhel8-x86_64.{{<param rdi_redis_gears_version>}}-withdeps.zip -o /tmp/redis-gears.zip

RHEL7

bash
curl -s https://redismodules.s3.amazonaws.com/redisgears/redisgears.Linux-rhel7-x86_64.{{<param rdi_redis_gears_version>}}-withdeps.zip -o /tmp/redis-gears.zip