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
I have no plan to support extensions, we're already behind on core commands, and as lined-out in #1070, having to keep up with commands signature changes is quite painful.
What I'd be open to would be to make it easy for gems to add extensions commands. Right now it's fairly easy, just not documented.
But basically:
moduleMyRedisExtensiondefsome_command(some_args)send_command(["COMMAND",some_args])do |reply|
reply# do any transformation needed hereendendendRedis.include(MyRedisExtension)
I guess redis-rb is not supports RedisSearch in Redis Stack yet, although redis-py supports it.
Is there any consideration of supports RedisSearch's command?
Or just not supports because it's just included in RedisStack, not Redis?
If there is no reason and will supports RedisSearch's commands in the future, can I add commands of RedisSearch?
The text was updated successfully, but these errors were encountered: