RedisGears Python plugin

The RedisGears Python plugin allows you to run RedisGears functions with Python.

With the RedisGears Python plugin, you can write RedisGears functions in Python and run them on a Redis Enterprise cluster.

The Python plugin allows both batch processing and event-driven processing.

Before you can run RedisGears with Python, you will need to install the RedisGears module and the Python plugin on your Redis Enterprise cluster and enable them for your database.

Once you have written your code, upload it to a node on your Redis Enterprise cluster. Use the RG.PYEXECUTE command with the redis-cli command-line tool to run your code.

More info

RATE THIS PAGE
Back to top ↑