v0.1.13
Release 0.1.13
Turn on noUnusedLocals/noUnusedParameters
Report an L1 peer invalidation that fails instead of letting it escape
The bus callback nobody awaits: an L1 that rejects — a Redis L1 whose socket
just dropped, a driver mid-shutdown — was an unhandled rejection, which on a
default Node ends the process over a cache failing to forget a key. It is
reported and not retried; the entry keeps its own TTL, so the worst case is one
stale read window on this instance.
Changes since v0.1.12.