Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 685 Bytes

CHANGELOG.md

File metadata and controls

40 lines (21 loc) · 685 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - yyyy-mm-dd

Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.

Added

Changed

Fixed

[2.0.1] - 2023-02-14

Added

Changed

Fixed

  • always treat redis instance as pool-like #125

[2.0.0] - 2023-02-09

Added

  • support for redis >= 6.0

Changed

  • BREAKING: The library now only works with RedisClient instance.

Fixed