Gabriel Erzse
Gabriel Erzse
Hi @bitterteriyaki, thanks for your desire to contribute! Currently redis-py supports Python 3.8 up to and including 3.11, and support for 3.12 is planned. In general it's best to use...
> @gerzse Thanks for the response and the comments ! > > Thank you for your insights on the PR. I understand the concerns about introducing generics and appreciate the...
This is superseded by #3309
Hi @jakob-keller , This is indeed the same as #3145. From the output I can say for sure it is the `hiredis-py` issue with maps inside sets. If you can...
Hi @kloczek , Thanks for reporting this. There were recent changes to the `redis-stack-server` docker image, I also struggled a bit to make the CI work for 5.0.6. However, at...
Thanks for the details. From what I see, you don't include any modules in the Redis configuration, which would explain why all the modules-related tests fail. Where does the `redis-server`...
Got it. Did this ever work, or are you setting this up now for the first time? If you are setting this up, the solution is to include the modules...
You could try https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/linux/
Got it. I see two options in this case: 1. You don't run tests related to Redis cluster and Redis modules. You can add this to `pytest`: `-m 'not onlycluster...
@DvirDukhan `decode_responses` is now set when initializing a client. Deciding which fields to decode feels more context dependent, it might depend on key, maybe in one key the same field...