Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 19be499

Browse files
Update README regarding migration (#1302)
1 parent 659a14d commit 19be499

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CHANGES/1302.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Migrating to redis-py README update :)

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# aioredis
22

3+
---
4+
5+
## 📢🚨 Aioredis is now in redis-py 4.2.0rc1+ 🚨🚨
6+
7+
Aioredis is now in redis-py 4.2.0rc1+
8+
9+
To install, just do `pip install redis>=4.2.0rc1`. The code is almost the exact same. You will just need to import like so:
10+
11+
```python
12+
from redis import asyncio as aioredis
13+
```
14+
15+
This way you don't have to change all your code, just the imports.
16+
17+
https://github.com/redis/redis-py/releases/tag/v4.2.0rc1
18+
19+
Now that aioredis is under Redis officially, I hope there will never be an unmaintained, asyncio Redis lib in the Python ecosystem again. I will be helping out maintenance at Redis-py for the foreseeable future just to get some of the asyncio stuff out of the way. There are also some bugs that didn't make it into the [PR](https://github.com/redis/redis-py/pull/1899) that I'll be slowly migrating over throughout the next few weeks -- so long as my exams don't kill me beforehand :)
20+
21+
Thank you all so much for your commitment to this repository! Thank you so much to @abrookins @seandstewart @bmerry for all the commits and maintenance. And thank you to everyone here who has been adopting the new code base and squashing bugs. It's been an honor!
22+
23+
Cheers,
24+
Andrew
25+
26+
---
27+
328
asyncio (3156) Redis client library.
429

530
The library is intended to provide simple and clear interface to Redis

0 commit comments

Comments
 (0)