Express Redis Cache

screenshot of Express Redis Cache
express

A light cache system with Redis for Express

Overview

express-redis-cache is a tool designed to easily cache pages of your app using Express and Redis. It can be used both with and without Express, offering a seamless caching solution for web applications.

Features

  • Easily cache pages: Implement caching for your app effortlessly using Express and Redis.
  • Simple installation: Comes with a CLI utility for easy installation globally.
  • Conditional caching: Set conditions for caching using middleware to determine when to use the cache.
  • Customizable cache settings: Customize cache entry names, prefixes, expiration times, and content types according to your needs.
  • Redis connection info: Connect to Redis using default settings or specify host, port, and auth_pass options.

Summary

express-redis-cache offers a straightforward solution for caching pages of your app using Express and Redis. With features like conditional caching, customizable settings, and easy installation process, this tool simplifies the caching process for web developers. By providing flexibility in setting cache parameters and connecting to Redis, express-redis-cache enhances the performance of web applications while maintaining ease of use.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.