on-headers
* 📦 chore: bump `compression` from 1.7.4 to 1.8.1 * chore: bump `express-session` to v1.18.2 * chore: update `connect-redis` from v7.1.0 to v8.1.0 * chore: update import for `connect-redis` to use named export due to v8.0.0 breaking change
* 🔧 Overhauled caching feature: - Refactored caching logic. - Fixed redis prefix, namespace, tls, ttl, and cluster. - Added REDIS_KEY_PREFIX_VAR * # refactor: Rename redisCache to standardCache * # Add Redis pinging mechanism to maintain connection. * # docs: Add warning about Keyv Redis client prefix support