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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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:

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