Learn how to do caching in NodeJS using Redis

preview_player
Показать описание
In this video, using the #SpaceX #api - we will learn how to do #caching in a #nodejs #express application.
We will be using #redis in-memory #database to #cache out data.

0:00 Introduction
0:48 Redis
1:03 Redis installion on MacOS
2:30 SpaceX API preview
2:58 Project

Support the channel:

———————————————
Other useful Playlists
———————————————

———————————————
What I use
———————————————

#StayHome #WithMe #yoursTRULY #tutorial #howto #android
Комментарии
Автор

I used Redis with Php, I found an excelent video and explanation for Node Js. Congrats! Thank U!!

nriketube
Автор

Best tutorial for redis. Thanks man. I like the way you write code(like me😀). Clean and easy to understand.

tastaslim
Автор

Just discovered your channel and I’m binge watching all your nodejs videos. Thank you for this🙌🏻🔥

amankhanna
Автор

your videos are direct to the point everytime. I like this

firojsiddiki
Автор

The Best Video I Got It After Searching 3 consecutive days

cse__abdulshariqkalim
Автор

Thanks for this! Your explanation was very clear and it was very easy to grasp everything. Looking forward to learning more about Redis caching.

suyashpurwar
Автор

thank you so much, earlier I thought implementation of radis will be tough. Thankx alot

aiwanmaswood
Автор

Thank you for this video bro... Really this is helpful for my new project... Clear explanation.... Thank you so much man... keep rocking...

asenalig
Автор

i'm sharing your videos and it's the least i can do, thanks for sharing your knowledge

dontargetme
Автор

very well explained. i never found out how to use redis. the answer is here. please do come up with more such videos.

akashnag
Автор

Previously i thought it was difficult to use redis but after this video i am able to do it in 30min💥nice video much love bro❤💥

siddheshmhatre
Автор

Wow this is some of the cleanest code I've seen in a while. Thank you.

Antnix
Автор

Thx Man ! I'm using Redis for my own project and it's working so far. But I didn't know about the built in promisify function in node lol. I can say it helps a lot because it's was a hard work to deal with the callback on each Redis GET function ( GET, HGET, HGETALL ... ). I was watching this kinda video just to find things like this, little but very helpful. This video is one top of that very clear for beginners.

mysterOrel
Автор

This is exactly what I was looking for, I am a beginner...Thank you for this video...

ShwetaSingh-nwnq
Автор

The latest version of redis is asynchronous so no need to make custom functions. You can simply use the client.

For instance,

const reply = await client.GET(`rockets`)
await client.setEx("recipes", 5,

const reply = await client.GET(`rocket-${id}`)
await client.setEx(`rocket-${id}`, 5,

kiranojha
Автор

Thanks for the tutorial its really very helpful. 😊

bushranikhat
Автор

Thanks for sharing bro. Regards from Mexico 🇲🇽.

zamora
Автор

You are tooo good man.... Love you brother :)

manikirannirmala
Автор

Asusual another useful tutorial at the right time. Thanks bro

manikandanraman
Автор

will be great if you can make a video on testing for our API & add it to this series cant wait & thanks
stay motivated you're awesome !

dontargetme