Redis cache driver for the Alaska framework (version 0.13.2). This package provides a Redis-backed cache store integrating with Alaska's caching system. It wraps the node_redis client to offer configurable TTL, connection URI, and standard cache operations. As part of the Alaska ecosystem, it is designed for Node.js applications using that framework. Release cadence is low; the package is stable but not actively maintained. Key differentiator is its tight coupling with Alaska's cache interface.
npm install alaska-cache-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Setup and basic usage of alaska-cache-redis as the cache driver in an Alaska application.
Always set maxAge in configuration to prevent unbounded cache growth.
Ensure Redis is running and accessible. Consider adding error handling or a fallback cache.
No direct fix in this package; consider switching to a different cache driver that uses ioredis.
Upgrade to latest alaska-cache-redis compatible with your Alaska version.
Start Redis server or update the url configuration to point to a running instance.
Ensure alaska-cache-redis is installed and correctly set in the cache type configuration.