Install RedisGears and the Python plugin
Before you can use RedisGears with Python, you need to install the RedisGears module and Python plugin on your Redis Enterprise cluster and enable them for a database.
Prerequisites
-
Redis Enterprise v6.0.12 or later
Enable RedisGears for a database
-
From the Redis Enterprise admin console's databases page, select the Add button to create a new database:
-
Confirm that you want to create a new Redis database with the Next button.
-
On the create database page, give your database a name.
-
For Redis Modules, select the Add button and choose RedisGears from the Module dropdown list.
-
Select Add Configuration, enter
in the box, then select the OK button:Plugin gears_python CreateVenv 1
Note:Only RedisGears v1.2 and later require this configuration. -
Select the Activate button.
Verify the install
Run the RG.PYSTATS
command to view statistics and verify that you set up RedisGears and the Python plugin correctly:
redis> RG.PYSTATS