{"library":"strapi-provider-rest-cache-redis","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":[]}]}