🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

types-redis

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

types-redis

Typing stubs for redis

4.6.0.20240903
Maintainers
1

Typing stubs for redis

This is a PEP 561 type stub package for the redis package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses redis.

This version of types-redis aims to provide accurate annotations for redis==4.6.0. The source for this package can be found at https://github.com/python/typeshed/tree/main/stubs/redis. All fixes for types and metadata should be contributed there.

Note: The redis package includes type annotations or type stubs since version 5.0.0. Please uninstall the types-redis package if you use this or a newer version.

This stub package is marked as partial. If you find that annotations are missing, feel free to contribute and help complete them.

See https://github.com/python/typeshed/blob/main/README.md for more details. This package was generated from typeshed commit 4101e742366e5e1f79168fba8d97503b047dfd5b and was tested with mypy 1.11.1, pyright 1.1.378, and pytype 2024.4.11.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts