Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run RegisGears commands. #1085

Open
kribtu opened this issue Feb 13, 2024 · 1 comment
Open

Cannot run RegisGears commands. #1085

kribtu opened this issue Feb 13, 2024 · 1 comment

Comments

@kribtu
Copy link

kribtu commented Feb 13, 2024

I am running this docker image:
docker run -p 6379:6379 redislabs/redisgears:latest

and having this issue:
127.0.0.1:6379> RG.INFO
(error) ERR unknown command RG.INFO, with args beginning with:

I have not changed anything in the docker image.
I am having this issue with almost any docker image I have tried or Redis and Redis Stack installations I have tried on my Ubuntu machine.
Ubuntu version is 22.04.

@MeirShpilraien
Copy link
Collaborator

@kribtu the RedisGears commands you try to run are of v1. The image you are running comes with RedisGears v2 that comes with JS engine. Take a look at this documentation for more details: https://redis.io/docs/interact/programmability/triggers-and-functions/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants