Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 477 Bytes

File metadata and controls

35 lines (19 loc) · 477 Bytes

Mikro ORM - Redis cache adapter - Changelog

3.2.0

  • Logger function is now customizable (by @kaname-png)

3.1.0

  • Fix interface for mikroORM v5

3.0.0

  • Support mikroORM v5

2.0.0

  • Support for lazy connected redis clients

1.1.1

  • Remove log

1.1.0

  • Ignore cache when redis is not connected

1.0.1

  • Expose adapter as default
  • Update mikro-orm dependency

1.0.0

  • Accept a redis client instance directly
  • IORedis is now a peer dependency