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

Add RedisGears commands (RG.PYSTATS, RG.DUMPREGISTRATIONS, RG.PYEXECUTE) #136

Closed
mikhail-vl opened this issue Jan 14, 2021 · 1 comment · Fixed by #140, #145 or #146
Closed

Add RedisGears commands (RG.PYSTATS, RG.DUMPREGISTRATIONS, RG.PYEXECUTE) #136

mikhail-vl opened this issue Jan 14, 2021 · 1 comment · Fixed by #140, #145 or #146
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mikhail-vl
Copy link
Contributor

Describe the solution you'd like

Support RedisGears commands:

Stats and Registrations should be parsed as separate fields in the same frame.

Additional context

Module information: https://oss.redislabs.com/redisgears/index.html

To register simple function and see registrations:

redis> RG.PYEXECUTE "GB('CommandReader').register(trigger='mytrigger')"
OK
redis> RG.TRIGGER mytrigger foo bar
1) "['mytrigger', 'foo', 'bar']"
@mikhail-vl mikhail-vl added the enhancement New feature or request label Jan 14, 2021
@mikhail-vl mikhail-vl added this to the Version 1.3.1 milestone Jan 14, 2021
@mikhail-vl mikhail-vl self-assigned this Jan 14, 2021
@mikhail-vl mikhail-vl linked a pull request Jan 18, 2021 that will close this issue
@mikhail-vl mikhail-vl reopened this Jan 19, 2021
@mikhail-vl
Copy link
Contributor Author

mikhail-vl commented Jan 19, 2021

RG.PYSTATS and RG.DUMPREGISTRATIONS were implemented in #140.

@mikhail-vl mikhail-vl changed the title Add support RedisGears commands (RG.PYSTATS, RG.DUMPREGISTRATIONS, RG.PYEXECUTE) Add RedisGears commands (RG.PYSTATS, RG.DUMPREGISTRATIONS, RG.PYEXECUTE) Jan 19, 2021
@mikhail-vl mikhail-vl linked a pull request Jan 21, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant