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

Passthough method #119

Open
cliveeisen opened this issue Sep 14, 2021 · 2 comments
Open

Passthough method #119

cliveeisen opened this issue Sep 14, 2021 · 2 comments

Comments

@cliveeisen
Copy link

i am trying to use redis modules (eg https://redis.com/blog/redis-as-a-json-store/)
With Redis::Client you can use $redis->send_command
Is there any way to do similar with Redis::Fast?

@shogo82148
Copy link
Owner

Unfortunately, there is no official method that does it.

$redis->${\"json.set"}is one of workaround.
Please watch PerlRedis/perl-redis#137

@cliveeisen
Copy link
Author

cliveeisen commented Sep 16, 2021 via email

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