安装RedisGears以实现Redis数据集成

安装并设置RedisGears以实现写后部署

写后操作要求Redis Enterprise集群上安装有RedisGears模块和Python插件

Python插件可以单独安装,也可以与JVM插件一起安装,如果集群中出于其他目的需要后者。

使用redis-di create命令在Write-behind CLI中安装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
RATE THIS PAGE
Back to top ↑