Redis cache adapter for ThinkJS cache framework, version 1.2.6. Provides a Redis-backed caching solution specifically for ThinkJS applications, wrapping ioredis for Redis connectivity. Designed to be configured via ThinkJS adapter config, supporting common options like timeout. Limited to ThinkJS ecosystem; not a standalone Redis cache library.
npm install think-cache-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures think-cache-redis in a ThinkJS adapter file with Redis connection settings.
Use only within a ThinkJS project.
Update ThinkJS to 3.x.
Use require() instead of import.
Use as a function handle, not a constructor.
Run npm install think-cache-redis --save (or yarn add think-cache-redis).
Pass the module reference as a 'handle' option, not as a constructor.
Replace import with require().