Name | Modified | Size | Downloads / 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
returningtrue
on entries previously deleted by tag (see [#64]). Thehas
method now relies on the driver's internalget
method instead ofhas
. This means the driver'shas
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 withunlink
since this is non blocking.
What's Changed
- fix: update clear method to use SCAN instead of KEYS for non-blocking by @Maged-Zaki in https://github.com/Julien-R44/bentocache/pull/62
- fix:
has
returningtrue
on entries deletedByTag by @Julien-R44 in https://github.com/Julien-R44/bentocache/pull/65
New Contributors
- @Maged-Zaki made their first contribution in https://github.com/Julien-R44/bentocache/pull/62
Full Changelog: https://github.com/Julien-R44/bentocache/compare/bentocache@1.2.0...bentocache@1.2.2