redismod
redismod copied to clipboard
RG.PYEXECUTE no longer working from RedisGears
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)
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