-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Adds redis/commands.pyi
#6180
Adds redis/commands.pyi
#6180
Conversation
Generated using `stubgen` from `master` version of https://github.com/redis/redis-py
It basically copies all the commands from https://github.com/python/typeshed/blob/master/stubs/redis/redis/client.pyi#L378-L750 to a separate mixin class: redis/redis-py@8ea26c4 |
What should we do for this case?
|
How is
|
@Akuli |
I think the options are: 1) hold off on merging this PR until the change is released, 2) add to the stubtest allowlist for redis |
I'm fine with that! 👍 |
I'm sorry, I missed this PR. #6368 is not complete but moved some existing definitions over from |
Seems like #6368 superseded this, thanks for your work! |
Generated using
stubgen
frommaster
version of https://github.com/redis/redis-py