This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
Releases: aio-libs-abandoned/aioredis-py
Releases · aio-libs-abandoned/aioredis-py
Incremental release
v0.2.3 Bump version: 0.2.2 → 0.2.3
v0.2.2
v0.2.1
v0.2.0
incremental release
Changes:
- Dropped following Redis method -- Redis.multi(), Redis.exec(), Redis.discard()
- Redis.multi_exec hack'ish property removed
- Redis.multi_exec() method added
- High-level commands implemented:
- generic commands (tests);
- transactions commands (api stabilization).
- Backward incompatibilities:
- Following sorted set commands' API changed:
zcount, zrangebyscore, zremrangebyscore, zrevrangebyscore; - set string command' API changed;
- Following sorted set commands' API changed:
v0.1.3
v0.1.2
Transactions support
- Added transactions support in connection (high-level commands have some issues yet)
- Docs updated
- Tests updated
Initial release
Changes included:
- RedisConnection
- RedisPool
- Docs
- WIP on high-level API