为 Redis 数据集成安装 RedisGears
安装和设置 RedisGears 以进行 Write-behind 部署
Write-behind 要求在 Redis Enterprise 集群上安装带有 Python 插件 的 RedisGears 模块。
如果集群出于其他目的需要 JVM 插件,Python 插件可以单独安装,也可以与 JVM 插件一起安装。
在 Write-behind CLI 中使用 redis-di create
命令安装 RedisGears。
下载 RedisGears
根据安装 Redis Enterprise 的 Linux 发行版下载 RedisGears。
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