What is redis?
"A modern, high performance Redis client"
redis is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 242.9 KB on disk.
Installation Guide
# Install via NPM
npm install redis
# Install via Yarn
yarn add redis