Skip to content

list operation name type should be KeyT not str? #3199

Open
@gordo-veda

Description

@gordo-veda

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions