valkey-io / valkey-py

Valkey Python client based on a fork of redis-py
MIT License
21 stars 2 forks source link

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

Open aiven-sal opened 1 month ago

aiven-sal commented 1 month ago

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

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 commented 1 month ago

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.