

This article shows how to get started with the recommended libraries: node-redis and ioredis. We generally suggest using node-redis, as it has wide support for Redis modules, is easily extended, and is widely used.Ĭheck out a list of Redis clients that the community has built for Node here. Redis has two primary Node clients which are node-redis and ioredis. By pairing Node and Redis together you can achieve a scalable and productive development platform. Both Redis and Node share similar type conventions and threading models, which makes for a very predictable development experience. Redis has two primary Node clients which are node-redis and ioredis. Redis is a great database for use with Node.

Redis is a great database for use with Node. Redis cache delivers sub-millisecond response times, enabling fast and powerful real-time applications in industries such as gaming, fintech, ad-tech, social media, healthcare, and IoT. Redis is an open source, in-memory, key-value data store most commonly used as a primary database, cache, message broker, and queue. Redis is a great option to reduce the response time of the server as it eases the load on your SQL or NOSQL databases. Simon Prickett, Principal Developer Advocate at Redisįind tutorials, examples and technical articles that will help you to develop with Redis and Node.js/JavaScript: Introduction
