Mikro-ORM Redis Cache Adapter
JSON →A Redis cache adapter for Mikro-ORM, providing high-performance caching using Node.js v8 serialize/deserialize instead of JSON. Version 4.0.1 requires ioredis ^5.3.2 and Mikro-ORM 4.x (not specified but likely). Uses structured clone algorithm for better handling of Buffers, Dates, Maps, Sets, and cyclic objects, but cannot serialize functions, symbols, or uncopyable data. Supports passing a pre-configured ioredis client or connection options. Available on npm, ships TypeScript types.