Skip to content

Releases: knovator/next-redis-cache

First production ready release version

02 Oct 16:31
Compare
Choose a tag to compare
Pre-release

This release includes the very first stage of next-redis-cache with the following features.

  • Provided methods to use next-redis-cache as middleware and handler of the route.
  • Include/Exclude caching of a set of routes by the developer.
  • Provide expiration time for all and individual paths.
  • Hard stop/start of caching added by cache key from config.
  • Logging enable/disable added to monitor the timing of serving before and after cache.
  • Provided prefix control for identify cache in store.