paint-brush
Introduction to Redis: The In-memory Databaseby@milindsoorya
389 reads
389 reads

Introduction to Redis: The In-memory Database

by Milind Soorya6mMarch 7th, 2022
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Redis is a type of database and it can be added to your production level application to make it more performant. Redis stands for Remote Dictionary Service. It stores the data in the memory and not in the slower disks. Redis takes milliseconds to access data as opposed to hundreds of milliseconds using traditional methods. It is not a replacement for your database, Instead it is build on top of your traditional database. Any data that needed to be accessed frequently can be stored in Redis.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Introduction to Redis: The In-memory Database
Milind Soorya HackerNoon profile picture
Milind Soorya

Milind Soorya

@milindsoorya

Hey 👋 I am Milind Soorya. I'm interested in Data Science and web development.

Learn More
LEARN MORE ABOUT @MILINDSOORYA'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Milind Soorya HackerNoon profile picture
Milind Soorya@milindsoorya
Hey 👋 I am Milind Soorya. I'm interested in Data Science and web development.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here