**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: https://github.com/redis/redis-py/issues/3189 https://github.com/redis/redis-py/pull/3190 ``` Argument 1 to "lrange" of "ListCommands" has incompatible type "Union[str, bytes]"; expected "str" [arg-type] ```