valkey-py
valkey-py copied to clipboard
What to do with Redis modules (RedisBloom, RediSearch etc)
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?