DEV Community

Ramiro for Auth0

Posted on • Updated on • Originally published at auth0.com

Introduction to Redis: Installation, CLI Commands, and Data Types

In this Redis tutorial, we’ll learn how to set up Redis in our systems and how to store data in Redis using its core and most frequently used data structures. With this foundation, in future posts we’ll learn how to use Redis for caching, session storage, messaging, and real-time analytics.

Let’s get started 🎯

Introduction to Redis: Installation, CLI Commands, and Data Types

Top comments (3)

Collapse
 
pbouillon profile image
Pierre Bouillon

Thanks for the resource, I will check it out someday!
PS: your tag databse is missing its a :)

Collapse
 
ramiro__nd profile image
Ramiro

Thanks for letting me know Pierre, I have edited it ✌️. Hope you enjoy the post!

Collapse
 
ankitdiixit21 profile image
ankitdiixit21

Thanks for sharing great information. I have also read about Redis tutorial from hackr.io/tutorials/learn-redis its provide us good resources.