next-shared-cache
next-shared-cache copied to clipboard
Next.js self-hosting simplified
**Brief Description of the Bug** When using `redis-string`, and once redis has lots of keys (we have 18745) the `revalidateTag` could take 10 seconds to run **Severity** [Major] **Frequency of...
Found out this should be seconds, not milliseconds. It also influence the expireAge. So we saw with what we thought were 10 minutes in milliseconds become expire age of a...
Bumps the nextra group with 2 updates in the / directory: [nextra](https://github.com/shuding/nextra) and [nextra-theme-docs](https://github.com/shuding/nextra). Updates `nextra` from 2.13.4 to 3.0.3 Release notes Sourced from nextra's releases. [email protected] Patch Changes 9d93caf:...
Bumps the definitely-typed group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `@types/node` from 22.5.5 to 22.7.4 Commits See full diff in compare view Updates `@types/react` from...
Bumps the next-js group with 2 updates: [next](https://github.com/vercel/next.js) and [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next). Updates `next` from 14.2.13 to 14.2.14 Release notes Sourced from next's releases. v14.2.14 [!NOTE] This release is backporting bug fixes....
Bumps the turbo group with 2 updates: [turbo](https://github.com/vercel/turborepo) and [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo). Updates `turbo` from 2.1.2 to 2.1.3 Release notes Sourced from turbo's releases. Turborepo v2.1.3 What's Changed Docs eslint plugin no-undeclared-env-vars...
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.27.8 to 2.27.9. Release notes Sourced from @changesets/cli's releases. @changesets/cli@2.27.9 Patch Changes #1458 400ab7b Thanks @benmccann! - Moved @types/semver to devDependencies #1462 689e541 Thanks @benmccann! - remove...
**Brief Description of the Bug** When using ```ts import createLruHandler from '@neshca/cache-handler/local-lru' import createRedisHandler from '@neshca/cache-handler/redis-stack' ``` We see that our static assets like JS and CSS files sometimes 404....
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.0. Changelog Sourced from @actions/core's changelog. 1.11.0 Add platform info utilities #1551 Remove dependency on uuid package #1824 Commits See full diff in compare view...