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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: