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

What to do with Redis modules (RedisBloom, RediSearch etc) #3

Open
aiven-sal opened this issue May 27, 2024 · 2 comments
Open

What to do with Redis modules (RedisBloom, RediSearch etc) #3

aiven-sal opened this issue May 27, 2024 · 2 comments

Comments

@aiven-sal
Copy link
Member

aiven-sal commented May 27, 2024

redis-py has support for many modules that Valkey doesn't support and are not present in Valkey's Docker container.
Specifically:

  • RediSearch
  • RedisBloom
  • RedisGraph (EOL)
  • RedisTimeseries
  • ReJSON
  • RedisGears

A decision is needed about what to do with them. Should we completely drop all the code and tests (they are currently disabled) from valkey-py or delay the first release and wait to see if some of these get support?

@zuiderkwast
Copy link

There will probably be Valkey modules corresponding to these in the future, at least some of them. I guess they will have exactly the same commands, so it may be useful to keep it.

@aiven-sal
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants