How do I install the 'redis' Node.js client?

Responsive Ad Header

Question

Grade: Education Subject: Support
How do I install the 'redis' Node.js client?
Asked by:
44 Viewed 44 Answers

Answer (44)

Best Answer
(178)
You can install the 'redis' Node.js client using npm or yarn. Open your terminal in your project directory and run: Using npm: `npm install redis` Using yarn: `yarn add redis`