Closed
Description
Version: redis-py version - 5.0.0 (I still see it on main)
Description:
Is there a reason why disable_decoding
is not being used in async version of read_response
?
It seems like there's no async way to get raw data (NEVER_DECODE
) from Redis.
Are there any plans of adding the NEVER_DECODE
support for async read_response
?
We want to save pickled data (not compatible with UTF-8
) in Redis, and for now we will use the workaround (as in #1006 (comment) ), but it's not a very clean solution.
redis/_parsers/hiredis.py:204
redis-py/redis/_parsers/hiredis.py
Lines 192 to 217 in d3a3ada