You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Are there any plans for Supporting Redis Stack or individual Redis Modules like JSON or Search?
https://redis.io/docs/stack/get-started/clients/
The text was updated successfully, but these errors were encountered: