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

Question: Are there any plans for supporting REDIS Modules? #90

Open
Shaun-Regenbaum opened this issue Dec 20, 2022 · 2 comments
Open

Comments

@Shaun-Regenbaum
Copy link

Are there any plans for Supporting Redis Stack or individual Redis Modules like JSON or Search?
https://redis.io/docs/stack/get-started/clients/

@Shaun-Regenbaum
Copy link
Author

I found an implementation of Redis Search! https://juliahub.com/ui/Packages/RediSearch/8p6YN/0.1.1

@jkaye2012
Copy link
Collaborator

Can't say there are any plans for this (or really, too many plans in general right now!), but I don't think it should be very difficult to add support for something like this. One of the core ideas of Redis.jl was that extension and modification of commands should be very simple.

If you take a look at commands.jl, you can see how individual functions are defined in the library. All we would really need to support modules like this would be to add commands in that file.

We might want to add other types of connections that are specific to each module so that users essentially opt-in to modules that they care about rather than trying to include all modules commands on the primary connection object.

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