redismod icon indicating copy to clipboard operation
redismod copied to clipboard

RG.PYEXECUTE no longer working from RedisGears

Open vblackburn opened this issue 2 years ago • 1 comments

From the latest docker version the RG.PYEXECUTE command is no longer known whilst other commands are working, has this been changed or removed in the latest updates (4 months ago)

127.0.0.1:6379> RG.PYEXECUTE
(error) ERR unknown command `RG.PYEXECUTE`, with args beginning with:
127.0.0.1:6379>

For reference the RG.DUMPEXECUTIONS works so its assumed the instance is running correctly

127.0.0.1:6379> RG.DUMPEXECUTIONS
(empty array)

vblackburn avatar Oct 17 '22 13:10 vblackburn

Can you tell me what docker command you used to create the container ? To Run the container with RedisGear module loaded and Python as a plugin, you type the following command

$ docker run -p 6379:6379 redislabs/redismod --loadmodule /usr/lib/redis/modules/redisgears.so Plugin /var/opt/redislabs/modules/rg/plugin/gears_python.so

LuciAkirami avatar Jan 15 '23 08:01 LuciAkirami