Redis DataLoader

JSON →
library 1.0.2 ·javascript maintenance
verified Jun 7, 2026

Redis Dataloader wraps Facebook's DataLoader to add Redis as a distributed caching layer, enabling sharing of cache across processes/servers. Current stable version 1.0.2 (last released Nov 2019, low maintenance). Requires both Redis client (node_redis or ioredis) and DataLoader itself. Key differentiator from standard DataLoader: cross-process caching via Redis, TTL support, and async clear/prime methods. Designed for GraphQL backends needing horizontal scalability.