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

add async cluster redis stubs #13110

Closed

Conversation

Polandia94
Copy link

There is an issue of missing stubs for async cluster on Redis:
#12925

On other hand there is a recommendation of remove redis(not before February 2025)
#10592

And a similar draft PR:
https://github.com/python/typeshed/pull/12988/files

The PR that added this TODOs don't left an explanation about:
https://github.com/python/typeshed/pull/9468/files

@srittau srittau added the topic: redis Issues related to the redis third-party stubs label Nov 25, 2024
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

cwltool (https://github.com/common-workflow-language/cwltool)
+ note: ... from here,
+ note: ... from here,
+ cwltool/utils.py:46: note: ... from here:

schema_salad (https://github.com/common-workflow-language/schema_salad)
+ note: ... from here,
+ note: ... from here,
+ schema_salad/metaschema.py:131: note: ... from here:

@srittau
Copy link
Collaborator

srittau commented Nov 29, 2024

Thank you for your contribution. Unfortunately, we are removing redis from typeshed. Please direct any improvements to the type annotations of the redis package to https://github.com/redis/redis-py/

@srittau srittau closed this Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: redis Issues related to the redis third-party stubs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants