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

v0.1.2

Compare
Choose a tag to compare
@popravich popravich released this 31 Jul 07:52
· 1508 commits to master since this release

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);