next-shared-cache icon indicating copy to clipboard operation
next-shared-cache copied to clipboard

Next.js self-hosting simplified

Results 38 next-shared-cache issues
Sort by recently updated
recently updated
newest added

**Brief Description of the Bug** When multiple handlers are registered, the `get` method is not called correctly in sequence if the first handler does not have a value for that...

bug

**Brief Description of the Bug** I just used the Redis `cache-handler` as I have an app that gets deployed on multiple containers/pods/servers. The issue is that when we fetch data...

bug

![微信截图_20240319172413](https://github.com/caching-tools/next-shared-cache/assets/73928816/3e9acd9c-e707-4e33-86c8-b985ee1b7fdc) I am using yarn build yarn start locally and everything is running well When I deploy to vercel, it doesn't work. ![微信截图_20240319172639](https://github.com/caching-tools/next-shared-cache/assets/73928816/4c3cffc3-7ff3-49f8-bf13-cbab0d7d7cfe) Redis does not work in cache handler....

bug

The [`ioredis`](https://www.npmjs.com/package/ioredis) package has a different API than [`redis`](https://www.npmjs.com/package/redis). A new page is needed to guide migration between these two packages.

documentation
good first issue
help wanted
example

### Discussed in https://github.com/caching-tools/next-shared-cache/discussions/201 Originally posted by **asjadanis** December 7, 2023 Does the cache-handler library work with Next Version 12?

enhancement

Bumps the eslint group with 4 updates in the / directory: [eslint](https://github.com/eslint/eslint), [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `eslint` from 8.57.0 to 9.9.0 Release notes Sourced from eslint's releases. v9.9.0 Features...

dependencies

Bumps the definitely-typed group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 22.1.0 to 22.2.0 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.1.0&new-version=22.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...

dependencies

Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.3.0 to 11.0.0. Changelog Sourced from lru-cache's changelog. cringe lorg 11.0 Drop support for node less than v20 10.4 Accidental minor update, should've been patch. 10.3 add...

dependencies

**Brief Description of the Bug** In my NextJS I can't manage to make the shared cache working even thought I follow the installation instructions... So I try to start from...

bug

**Brief Description of the Bug** Is there a plan to add OpenTelemetry support? It would be really valueable for us to how the cache handler plays into our full flow...

enhancement
feature request