Open
Description
Currently, Redis-py allows decoding of the entire response, or not decoding the entire response. In the situation where a hash/stream/document entries are mixed with human-readable and non human-readable data (blobs), the user must avoid using decode_responses
, and decode the human-readable data manually.
The feature request is to allow specifying field names which are avoided from being decoded when decode_responses
is True
Metadata
Metadata
Assignees
Labels
No labels