Skip to content

v2.3.0

Compare
Choose a tag to compare
@fprochazka fprochazka released this 16 Nov 13:06
· 307 commits to master since this release
  • Storage uses only one key for both metadata and data itself, which means that the storage sends only half of the requests now. [BC BREAK]
  • Option to disable cache locks in data storage
redis:
    storage: {locks: off}

This means the storage is on, and is not using locks.


WARNING: please flush your cache completely before upgrading. The data format is not compatible.