valkey-py icon indicating copy to clipboard operation
valkey-py copied to clipboard

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

Open aiven-sal opened this issue 1 year ago • 3 comments

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?

aiven-sal avatar May 27 '24 08:05 aiven-sal