rv-kip / express-redis-cache

A light cache system with Redis for Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Add a configuration option to have a `redis-cache-status:Hit|Miss` header in the response

rawpixel-vincent opened this issue · comments

It would be useful to have an option to produce a header with the status of the cache in the response, although it's probably something you'd want in the local / staging environment but not in production - or anyone should be able to opt in for that option given what they want.

PR: #133