Open
Description
Version: 5.0.3
Platform: Python 3.9.18
Description:
Redis allows binary or string key types, but many of the commands specify string type only.
There's an existing issue and subsequent MR for set operations
, but this is a more wide-spread problem:
#3189
#3190
Argument 1 to "lrange" of "ListCommands" has incompatible type "Union[str, bytes]"; expected "str" [arg-type]
Metadata
Metadata
Assignees
Labels
No labels