Skip to content

4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 02:47
· 660 commits to master since this release
4.1.0

Features

  • Reintroduce distributed lock implementation under
    coredis.recipes.locks

Bug Fix

  • Allow initializing a LUA library without loading the code
    when it already exists if replace=False

Performance

  • Reduce unnecessary calls to parser by using an async Event
    to signal that data is available for parsing