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 support for Modules commands #142

Open
gkorland opened this issue Feb 2, 2020 · 3 comments
Open

Add support for Modules commands #142

gkorland opened this issue Feb 2, 2020 · 3 comments

Comments

@gkorland
Copy link

gkorland commented Feb 2, 2020

Modules commands' names are usually in the format XXX.YYY.
Which means the command name includes . after the prefix.

@pavelsr
Copy link

pavelsr commented Feb 9, 2020

+1. E.g. I need to execute JSON.SET from RedisJSON but no way with Perl client lib.

@pavelsr
Copy link

pavelsr commented Feb 9, 2020

Btw, you can execute module commands even now via __std_cmd, e.g.

Redis->new( server => 'redis:6379' )->__std_cmd('JSON.SET', $mem_key, '.', encode_json($data) );

@gkorland gkorland reopened this Feb 10, 2020
@dams
Copy link
Member

dams commented Aug 9, 2020

This is related to #137

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

3 participants