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

Releases: aio-libs-abandoned/aioredis-py

Incremental release

15 Aug 19:08
Compare
Choose a tag to compare
v0.2.3

Bump version: 0.2.2 → 0.2.3

v0.2.2

07 Jul 09:33
Compare
Choose a tag to compare

Incremental release

v0.2.1

06 Jul 06:53
Compare
Choose a tag to compare

Minor bug-fixing release

v0.2.0

06 Jul 06:53
Compare
Choose a tag to compare
version bumped v0.1.5 -> v0.2.0

incremental release

22 Sep 19:50
Compare
Choose a tag to compare

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;

v0.1.3

08 Aug 07:51
Compare
Choose a tag to compare

Pipelining implemented + more fixes

v0.1.2

31 Jul 07:52
Compare
Choose a tag to compare

Changes:

  • create_connection, create_pool, create_redis functions updated:
    db and password arguments made keyword-only (see #26);
  • Fixed transaction handling (see #32);
  • Response decoding (see #16);

Transactions support

07 Jul 08:16
Compare
Choose a tag to compare
  • Added transactions support in connection (high-level commands have some issues yet)
  • Docs updated
  • Tests updated

Initial release

24 Jun 10:12
Compare
Choose a tag to compare

Changes included:

  • RedisConnection
  • RedisPool
  • Docs
  • WIP on high-level API