Node.js card reviewmedium
What is Redis and how is it used with Node.js?
Redis is an in-memory data store commonly used with Node.js for caching, session storage, queues, rate limiting, and real-time features. Because data is stored in memory, Redis provides extremely fast read and write operations.