Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gordo-veda opened this issue Apr 2, 2024 · 0 comments
Open

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

gordo-veda opened this issue Apr 2, 2024 · 0 comments

Comments

@gordo-veda
Copy link

gordo-veda commented Apr 2, 2024

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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant