What is ioredis?
"A robust, performance-focused and full-featured Redis client for Node.js."
ioredis is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 742.9 KB on disk.
Installation Guide
# Install via NPM
npm install ioredis
# Install via Yarn
yarn add ioredis