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

Redis Asyncio Cluster Commands missing #12925

Open
kangadrewie opened this issue Oct 30, 2024 · 0 comments
Open

Redis Asyncio Cluster Commands missing #12925

kangadrewie opened this issue Oct 30, 2024 · 0 comments
Labels
stubs: incomplete Annotations or sub-modules missing from an existing package or module topic: redis Issues related to the redis third-party stubs

Comments

@kangadrewie
Copy link

Hi there,

It appears stubs/redis/redis/asyncio/cluster.pyi are missing/left as a TODO item. This means any asyncio cluster class, does not have types for the basic commands get,set,mget,mset etc.

Can you provide guidance on why this was left as a TODO, is there a higher level of effort involved?

Cannot access attribute "set" for class "RedisCluster[Unknown]"
  Attribute "set" is unknown (Pyright reportAttributeAccessIssue)
@srittau srittau added stubs: incomplete Annotations or sub-modules missing from an existing package or module topic: redis Issues related to the redis third-party stubs labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stubs: incomplete Annotations or sub-modules missing from an existing package or module topic: redis Issues related to the redis third-party stubs
Projects
None yet
Development

No branches or pull requests

2 participants