Arseny
Arseny
This pull request refactors the cache handler to use ES modules instead of CommonJS modules. It also moves the Redis client initialization inside the callback function to fix `Socket already...
This pull request adds a new utility Handler called `redis-sitemap` to the project. The `redis-sitemap` Handler allows generating the same sitemap in distributed environments easier. It includes the necessary code...
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.
### 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?