Skip to content

Commit

Permalink
Upgrade redis-py to 4.4.4 and above
Browse files Browse the repository at this point in the history
Fix a redis-py asynchronous usage bug, for details
please refer to: redis/redis-py#2665
  • Loading branch information
yangbodong22011 committed Apr 10, 2023
1 parent 537f7df commit 9640ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,5 +13,5 @@
author_email="vincillau@outlook.com",
python_requires=">=3.7",
packages=["tair", "tair.asyncio"],
install_requires=["redis >= 4.2"],
install_requires=["redis >= 4.4.4"],
)

0 comments on commit 9640ee7

Please sign in to comment.