From the course: Databases for Node.js Developers

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Exploring Redis with Redis Insight

Exploring Redis with Redis Insight - Node.js Tutorial

From the course: Databases for Node.js Developers

Exploring Redis with Redis Insight

- [Instructor] Redis Insight is a powerful graphical user interface for managing your Redis database. It's made by the creators of Redis. It allows you to visualize your data, monitor performance, and run commands interactively. In this video, we will explore Redis Insight and use it to load some sample data, including sessions, tickets, and leaderboards for demonstration purposes. Let's get started. So basically, I Googled for Redis Insight, and I'm now on the landing page for it. And if you scroll down, you can click on Download now, and then a form will show up, and you just have to fill it out. Unfortunately, Redis changed a little bit the business model, so now they really want to sell their cloud service as well. But after filling out this form, you will get the Redis Insight application for free. Once you have installed it, you can launch it, and you are presented with this page. And there, very similar to what you saw in MongoDB Compass, and MySQL Workbench just add the Redis…

Contents