Redis transporter for Integreat v1.0+. Current stable version 1.5.0, released under the integreat-io organization. Allows Integreat to access and manipulate Redis hashes, with support for fetching single/multiple keys, pattern matching, and prefix customization. Differentiators: designed specifically for Integreat's action dispatching, with options for concurrency, TLS, and authentication. Requires Node >=18 and Integreat v1.0.
npm install integreat-transporter-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Integreat with Redis transporter and fetch all keys of type 'product'.
Upgrade Node.js to version 18 or higher.
Use import syntax or update to ESM project.
Ensure integreat version is at least 1.0.
Set useTypeAsPrefix: false if you want only id as key.
Set concurrency option to higher number for parallel fetches.
Run npm install integreat-transporter-redis
Start Redis server or set correct redis.uri in endpoint options.
Use import redisTransporter from 'integreat-transporter-redis'
Pass transporters: { redis: redisTransporter() } to Integreat.create()