Download Latest Version bentocache@1.5.0 source code.tar.gz (3.4 MB)
Email in envelope

Get an email when there's a new version of BentoCache

Home / bentocache@1.2.2
Name Modified Size InfoDownloads / Week
Parent folder
Bugfixes source code.tar.gz 2025-04-21 3.4 MB
Bugfixes source code.zip 2025-04-21 3.5 MB
README.md 2025-04-21 1.4 kB
Totals: 3 Items   6.9 MB 0

1.2.2

Patch Changes

  • c932ac5: Disable TTL Autopurge of memory driver. It allows to avoid overflow errors when a TTL of +25 days is set. See issue #61 for more information.
  • 0a2b25c: Fix has returning true on entries previously deleted by tag (see [#64]). The has method now relies on the driver's internal get method instead of has. This means the driver's has implementation is no longer used, and if you maintain a custom driver, you can safely remove it.
  • 6b01e1c: Fix knex driver throwing an error when quickly disconnecting from the database after application start. See https://github.com/adonisjs/cache/issues/12#issuecomment-2791372837
  • 73d25cd: Update clear method to use SCAN instead of KEYS for non-blocking. Also replace del commands with unlink since this is non blocking.

What's Changed

New Contributors

Full Changelog: https://github.com/Julien-R44/bentocache/compare/bentocache@1.2.0...bentocache@1.2.2

Source: README.md, updated 2025-04-21