You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses setItemRaw for component and route cache to prevent JSON stringify/parse on large strings, which should improve performance
New debug option for detailed logging. Setting it to false now only logs error messages (no more info/debug messages)
On all caches, when a maxAge is defined for the cache item, it is additionally passed to the TransactionOptions of setItemRaw as the ttl property which is supported by the redis driver