{"library":"strapi-provider-rest-cache-redis","type":"library","category":null,"description":"A Redis-based caching provider for the strapi-plugin-rest-cache plugin, enabling efficient HTTP response caching in Strapi v4 applications. Current version 4.2.9 integrates with Strapi 4.x and strapi-plugin-rest-cache ^4.0.0. It uses ioredis to connect to Redis and supports configurable TTL, cache invalidation strategies, and multi-instance Redis setups. Unlike memory-based caches, this provider allows cache persistence and sharing across Strapi instances. Community-maintained, with monthly releases following strapi-plugin-rest-cache updates.","language":"javascript","status":"active","version":"4.2.9","tags":["javascript","strapi","provider","rest-cache","redis"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install strapi-provider-rest-cache-redis","imports":["import redisProvider from 'strapi-provider-rest-cache-redis'","export default ({ env }) => ({\n  'rest-cache': {\n    provider: redisProvider,\n    providerOptions: {\n      connection: { connectionString: env('REDIS_URL') }\n    }\n  }\n})","import type { RedisProviderOptions } from 'strapi-provider-rest-cache-redis'"]},{"cmd":"yarn add strapi-provider-rest-cache-redis","imports":[]},{"cmd":"pnpm add strapi-provider-rest-cache-redis","imports":[]}],"homepage":"https://strapi-community.github.io/strapi-plugin-rest-cache/","github":"https://github.com/strapi-community/strapi-plugin-rest-cache","docs":null,"changelog":null,"pypi":null,"npm":"strapi-provider-rest-cache-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}