Python client for Redis

Learn how to build with Redis and Python

Connect your Python application to a Redis database using the redis-py client library.

Overview

redis-py is the recommended Python client for Redis, providing a comprehensive interface for all Redis commands and features. It offers both synchronous and asynchronous APIs, making it suitable for a wide range of Python applications from simple scripts to high-performance web applications.

Key Features