Skip to content

Commit c61eeb2

Browse files
authored
Adding supported redis/library details (#2621)
1 parent 25e85e5 commit c61eeb2

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ The Python interface to the Redis key-value store.
1313

1414
---------------------------------------------
1515

16-
## Python Notice
17-
18-
redis-py 4.3.x will be the last generation of redis-py to support python 3.6 as it has been [End of Life'd](https://www.python.org/dev/peps/pep-0494/#schedule-last-security-only-release). Async support was introduced in redis-py 4.2.x thanks to [aioredis](https://github.com/aio-libs/aioredis-py), which necessitates this change. We will continue to maintain 3.6 support as long as possible - but the plan is for redis-py version 4.4+ to officially remove 3.6.
19-
20-
---------------------------
21-
2216
## Installation
2317

2418
Start a redis via docker:
@@ -42,6 +36,18 @@ $ pip install "redis[hiredis]"
4236

4337
Looking for a high-level library to handle object mapping? See [redis-om-python](https://github.com/redis/redis-om-python)!
4438

39+
## Supported Redis Versions
40+
41+
The most recent version of this library supports redis version [5.0](https://github.com/redis/redis/blob/5.0/00-RELEASENOTES), [6.0](https://github.com/redis/redis/blob/6.0/00-RELEASENOTES), [6.2](https://github.com/redis/redis/blob/6.2/00-RELEASENOTES), and [7.0](https://github.com/redis/redis/blob/7.0/00-RELEASENOTES).
42+
43+
The table below higlights version compatibility of the most-recent library versions and redis versions.
44+
45+
| Library version | Supported redis versions |
46+
|-----------------|-------------------|
47+
| 3.5.3 | <= 6.2 Family of releases |
48+
| >= 4.1.0 | Version 5.0 to current |
49+
50+
4551
## Usage
4652

4753
### Basic Example

0 commit comments

Comments
 (0)