--- id: redis version: "8.1.0" license: MIT license_treatment: permissive maintenance: active --- # redis — Python client for Redis database and key-value store License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install redis uv add redis poetry add redis ## Description # redis-py The Python interface to the Redis key-value store. [![CI](https://github.com/redis/redis-py/actions/workflows/integration.yaml/badge.svg?branch=master)](https://github.com/redis/redis-py/actions/workflows/integration.yaml) [![docs](https://readthedocs.org/projects/redis/badge/?version=stable&style=flat)](https://redis.readthedocs.io/en/stable/) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/redis/redis-py/blob/master/LICENSE) [![pypi](https://badge.fury.io/py/redis.svg)](https://pypi.org/project/redis/) [![pre-release](https://img.shields.io/github/v/release/redis/redis-py?include_prereleases&label=latest-prerelease)](https://github.com/redis/redis-py/releases) [![codecov](https://codecov.io/gh/redis/redis-py/branch/master/graph/badge.svg?token=yenl5fzxxr)](https://codecov.io/gh/redis/redis-py) [Installation](#installation) | [Usage](#usage) | [Advanced Topics](#advanced-topics) | [Contributing](https://github.com/redis/redis-py/blob/master/CONTRIBUTING.md) --------------------------------------------- **Note:** redis-py 5.0 is the last version of redis-py that supports Python 3.7, as it has reached [end of... ## AI interpretation — verify before relying redis-py is the official Python client for Redis, providing synchronous and asynchronous interfaces to connect to and interact with Redis key-value stores using both RESP2 and RESP3 protocols. Verdict: redis-py is a mature, actively maintained, top-1000 PyPI package with zero known vulnerabilities, permissive MIT licensing, and low install friction. It is production-ready for both synchronous and asynchronous Redis operations across Python 3.10–3.14. [View on SkillFed](https://skillfed.io/packages/redis) · [View on PyPI](https://pypi.org/project/redis/)