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

Version v2.0.0

Compare
Choose a tag to compare
@abrookins abrookins released this 30 Jul 07:28
· 111 commits to master since this release
6612ba7

Version 2.0 is a complete rewrite of aioredis. Starting with this version, aioredis now follows the API of redis-py, so you can easily adapt synchronous code that uses redis-py for async applications with aioredis-py.

NOTE: This version is not compatible with earlier versions of aioredis. If you upgrade, you will need to make code changes.

For more details, read our documentation on migrating to version 2.0.