My fiance left me about a month ago during the hardest time of my life. I let myself be sad for a day then decided I want to work on my purpose which is to become a front-end developer. So far I bought your HTML and CSS course which is phenomenal. Once done going to buy your JavaScript then react course. Thank you so much, you courses have helped through this dark time and I know there is a light at the end of the tunnel!
Im so sorry man, but these things can happen. I hope you get through all right. Just remember, there are still people out there that love you. By the way, (At the moment) there are plenty of fish in the sea (not if we keep global warming up though) and you'll find the perfect match one day! I hope you make it through!
Bro theres a lot of people out there dont stay dow, i bougth all courses of Brad, i told you worth it, but after all courses you need make your own projects, wich you will really learn code, dont miss your faith
I think you should be thankful to her. She saved you from wasting you with miserable time. You’re unchained now come on dude. There are plenty women out there, but don’t look for Kardashians kind of women, but hard working women who knows the value of life.
All these years later, this video still stands as a simple introduction to redis. It's instructive and straight to the point. Thanks for the quality content.
Yesterday i was like thinking "hmm how should i implement cache in node.js?" and of course when i get home from the work, you uploaded this video. Thank you Brad, you are the best ! :)
Just bought your udemy course after watching a couple of your free videos - I've been really impressed with you as a teacher, I hope that the money you get from doing this stuff justifies the time you must spend doing this! It's a real pleasure to support you, I'm sure I'll be buying your javascript course next!
This is such a well done video, you can watch in in 2x speed and complete understand everything. Someone can watch this and become a fullstack developer in 7 minutes
This is not a video that i need, but still ... i let it play, and give it a like and comment this just to support you. This channel deserves it. I do not do such things on any other channel.
Went through 3 of your Redis videos today. Crash course, user management app, and just finished this video. Gotta say it's helped a lot. I keep saying this, but thanks again for the video!
Amazing video as usual, Brad. Your example server was concise and showed exactly what was needed to demo redis. And honestly, I didn't think to use middleware to check for the cached result and end the response early. That's a 200 IQ play. (I probably would have put the cache check in the same endpoint right before making the fetch call, which is clearly suboptimal.) Thanks for the video! I really learned quite a bit, and I've interviewed with some big companies that do use Redis so it is an important skill.
Excellent tutorial. Concise and totally aligns with the title. Strangely, 7 people have hit the thumb down. Is there another country where thumb down means good? No other obvious explanation.
perfect timing with perfect to the point clear cut explanation ... if you are not in youtube maybe i never doing software development. thanks man... great help from you as always.
I cannot thank you enough for these courses/lessons. You are a phenomenal teacher, Brad! These RUclips lessons led me to your Udemy courses which I'm happily buying. Keep it up 😀
Thank you Sir! Always thought that caching was something really tricky, until now. Managed to push down waiting time on a few of my slowest requests with ~40-50%, in production, in the project I'm working on right now :)
tu eres uno de esos canales de programacion de los que veo publicidad a proposito por que me gusta tu contenido. talves no entiendes lo que te digo pero te lo queria decir.
Thanks again Brad for this quick course on Redis Caching. I've just recently finished your Udemy course React Front To Back 2019 it was perfect! You provide great learning resources and tutorials to this community of web developers. Thank you!!!
Thanks Brad for the great intro to using Redis with Node. I noticed small typo at 5:28 - it should have been something like process.env.REDIS_PORT || 6379 and not process.env.PORT || 6379. Wanted to document here as a comment for welfare of anyone setting up a PORT environment variable only and wondering why the script wouldn't run. EDIT ------- Also app.listen( PORT, ... ) would be required.
Currently working through the express section of your react front to back course, this is a neat little bonus. I don't know how you do it but your timing is always perfect!
Excellent video. You have a good way of breaking technologies into simple practical parts that I can immediately see using in the real world. I thought getting started with Redis would be so much more complicated!
Hello Brad, you are my hero-instructor, because you always creating very useful content at right time(for me). Will be great to see Kubernetes course. Thank you very much you're the best!!!!
FYI if you're getting the node-fetch ES Module error its because newer node-fetch only supports import. You can either downgrade node-fetch to 2.6.1 to use require() or add "type": "module" to the package.json and use 'import' (for everything) instead of 'require'
hey Brad, quite often the job applications look for AWS/S3 knowledge. I tried looking for your tutorials on it, but couldn't find anything. Hoping you can make one when you catch the time. thank you!
could you please give us a video explaining how redis is used with socket.io and node.js to make websockets more efficient and scalable, and how this process is done? would really appreciate it. also what are the disadvantages to running socket.io naked without redis?
Interesting! So this is coaching implemented on an api layer using redis. Now, is it viable to implement a similar strategy using local/session storage in the client if user data remains relatively unchanged throughout the day?
Hey, have you ever thought about using Java, C# (.NET or like ASP.NET) or C++ for web development before, and/or making a youtube vid/udemy course on one? If not, I would be thrilled for you to make a course on one of them... EDIT: Maybe even like Go (Google main language), I'd just like to see you (and I) go out of your comfort zone and make some different than usual content, and maybe even help some people dealing with these languages -Long time watcher/lurker, first time commenter
Informative, Thank you. Just one question, I like your speed to code while you are explaining, so how many years of coding experience do you have (non-industry and industry)?
Brad as always very informative easy to understand tutorial .... my one question to you and is definitely off topic... but I love how your browser new tab starts with this customized page and I've created something similar to it but couldn't figure out how to customize my chrome browser to start with it would you mind sharing how you did it! it seems like you're using Chrome browser if it is how did you customize the new tab to start like that I couldn't find anything in the settings that lets new tab start with a customized page?? thank you!!
I think i may implement Redis in one of my portfolio projects once they are finished. Would you suggest Redis for CRUD apps or Fullstack apps or just for client websites...When do you think adding Redis can become over kill?
Because I'm on windows, I had to follow the docs for the installation. Also I created a redis config file in my code where I imported the redis package and instantiated it using the createClient passing in the port from the env variable. And then exported the client variable that has been assigned to the createClient for reuse in other places in my code. But it doesn't work for me
hey this is probably a stupid question but what about the cost of calling that cache() function and setting that redis cache ? vs optimizing network requests ? can someone explain the tradeoff ? or is there even a tradeoff in the first place..
Hey Brad, one question on redis is which all calls we should usually cache. I'm building a LMS and planning to use redis so is it good idea to cache all api calls or just courses related api? Any insight is very much helpful.
My fiance left me about a month ago during the hardest time of my life. I let myself be sad for a day then decided I want to work on my purpose which is to become a front-end developer. So far I bought your HTML and CSS course which is phenomenal. Once done going to buy your JavaScript then react course. Thank you so much, you courses have helped through this dark time and I know there is a light at the end of the tunnel!
morenokv sorry to hear that friend. Im glad i could help give you something to get your mind off it 😉
Im so sorry man, but these things can happen. I hope you get through all right. Just remember, there are still people out there that love you.
By the way, (At the moment) there are plenty of fish in the sea (not if we keep global warming up though) and you'll find the perfect match one day!
I hope you make it through!
Bro theres a lot of people out there dont stay dow, i bougth all courses of Brad, i told you worth it, but after all courses you need make your own projects, wich you will really learn code, dont miss your faith
there are lot of people who dont have a fiance so cheer up
I think you should be thankful to her. She saved you from wasting you with miserable time. You’re unchained now come on dude. There are plenty women out there, but don’t look for Kardashians kind of women, but hard working women who knows the value of life.
All these years later, this video still stands as a simple introduction to redis. It's instructive and straight to the point. Thanks for the quality content.
thanks, I'm hesitant to watch it and saw that the date is 4yrs ago. but I saw this reply and watch it anyway.
Yesterday i was like thinking "hmm how should i implement cache in node.js?" and of course when i get home from the work, you uploaded this video. Thank you Brad, you are the best ! :)
Just bought your udemy course after watching a couple of your free videos - I've been really impressed with you as a teacher, I hope that the money you get from doing this stuff justifies the time you must spend doing this! It's a real pleasure to support you, I'm sure I'll be buying your javascript course next!
This is such a well done video, you can watch in in 2x speed and complete understand everything. Someone can watch this and become a fullstack developer in 7 minutes
This is not a video that i need, but still ... i let it play, and give it a like and comment this just to support you. This channel deserves it. I do not do such things on any other channel.
Went through 3 of your Redis videos today. Crash course, user management app, and just finished this video. Gotta say it's helped a lot. I keep saying this, but thanks again for the video!
I come from your videos out 2017 and wow the change in videoquality is insane! You've made huge progress
You're a big help, anytime I want to learn something new, you come to the rescue.
Thanks
Amazing video as usual, Brad. Your example server was concise and showed exactly what was needed to demo redis. And honestly, I didn't think to use middleware to check for the cached result and end the response early. That's a 200 IQ play. (I probably would have put the cache check in the same endpoint right before making the fetch call, which is clearly suboptimal.) Thanks for the video! I really learned quite a bit, and I've interviewed with some big companies that do use Redis so it is an important skill.
Excellent tutorial. Concise and totally aligns with the title. Strangely, 7 people have hit the thumb down. Is there another country where thumb down means good? No other obvious explanation.
As someone who uses redis in production, both as a queue and cache, i can confirm that redis is powerful.
hey, can you give your github?
perfect timing with perfect to the point clear cut explanation ... if you are not in youtube maybe i never doing software development. thanks man... great help from you as always.
I cannot thank you enough for these courses/lessons. You are a phenomenal teacher, Brad! These RUclips lessons led me to your Udemy courses which I'm happily buying. Keep it up 😀
I was literally wondering how to do EXACTLY this a few days ago for my mobile app backend. Thanks again Brad!
Hope you still there. I just want to say thank you! you've inspired me to create my own channel.
got my sub!
Awesome...keep at it
Love the beats. Real hip hop, not that trap stuff
@@TraversyMedia Thanks for replying. I definitely will!
@@TraversyMedia if you like those beats Brad you might like this - ruclips.net/video/mqDDtK1FQv4/видео.html
Thank you Sir! Always thought that caching was something really tricky, until now.
Managed to push down waiting time on a few of my slowest requests with ~40-50%, in production, in the project I'm working on right now :)
It's tricky, if you write a library yourself. Js community is so big, there's a solution for everything.
Always pleasure watching your videos. thx again brad
tu eres uno de esos canales de programacion de los que veo publicidad a proposito por que me gusta tu contenido. talves no entiendes lo que te digo pero te lo queria decir.
Thanks for the quick overview of redis. I like the network part in the video. It really defines the benefits of redis cache.
Thanks again Brad for this quick course on Redis Caching. I've just recently finished your Udemy course React Front To Back 2019 it was perfect! You provide great learning resources and tutorials to this community of web developers. Thank you!!!
Redis becomes very easy to understand with your presentation. Thanks.
Thank you Brad you always upload things that people need the most, with the best timing. Thank you my man, you're a great man.
This is the perfect example for a redis beginner
Thanks Brad for the great intro to using Redis with Node. I noticed small typo at 5:28 - it should have been something like process.env.REDIS_PORT || 6379 and not process.env.PORT || 6379. Wanted to document here as a comment for welfare of anyone setting up a PORT environment variable only and wondering why the script wouldn't run.
EDIT
-------
Also app.listen( PORT, ... ) would be required.
Currently working through the express section of your react front to back course, this is a neat little bonus.
I don't know how you do it but your timing is always perfect!
Really great tutorial. Short, simple, explained the concept well enough to get me really interested in learning more.
Excellent video. You have a good way of breaking technologies into simple practical parts that I can immediately see using in the real world. I thought getting started with Redis would be so much more complicated!
Hello Brad, you are my hero-instructor, because you always creating very useful content at right time(for me). Will be great to see Kubernetes course.
Thank you very much you're the best!!!!
Awesome tutorial, i think one of the best tutorial on redis in node. Thank you 😊
Thanks, I loved your channel.
but I haven't finished with the video, but before that I gave like and then started.
Thank you so much for giving a much clearer picture of Redis :)
You read my mind!! Just started learning redis yesterday. thanks bro!
FYI if you're getting the node-fetch ES Module error its because newer node-fetch only supports import. You can either downgrade node-fetch to 2.6.1 to use require() or add "type": "module" to the package.json and use 'import' (for everything) instead of 'require'
You may not needed node-fetch anymore.
In the latest version of Node.js (18.0.0), global fetch (experimental) is enabled by default.
aah Mr Brad! nice to watch your videos in the afternoon!
Superb tutorial. Short & sweet. Thank you!
Thanks your course and everything is always helping me, can't wait to buy your next course
Awesome stuff, I have always kept away from Redis but this is something else. Thanks, Brad
Woahhh. Thanks for this gold tutorial, very clear and understand
Comprehensive and neat tutorial 👏
Much love from Kenya.... Love your content.
👌🖒
Hey brad, could you make a video about a node.js headless cms ??
Yes definitely at some point
Please make one, a tutorial on Strapi will be great.
I can't believe how you make programming look so simple and understandable. Excellent video as always :)
Was just watching your 2017 tutorial when I spotted you uploaded an updated one! :) Much appreciated!
Line 6 should be process.env.REDIS_PORT .........Brain fart 😊
You are amazing Brad 💪
and what about line 15 hardcoding the 5000🤨 but line 16 using ${PORT}🧐 ... ??? 🤣😜 too much brain farts lead to code smell 🤭🙊💩
You should pin this
also why the fuck did you declare the port variable if you listen on 5000 port anyway?
@@dilsmatchanov Nothing works better than dropping a "fuck" inside a question to create empathy and show you're a great person 👍🏼
Nice one brad, thanks for making it look so easy. by the way I had to do `redis-server` first and then `redis-cli` in my Mac Mojave.
Thanks Brad. You rock the dev
Exactly what I was looking for. Thanks brad :)
Love this tutorial. Easily explained! Thank you.
Awesome tutorial. Just what I wanted to learn today 👏
Спасибо большое вам, очень помогли, все понятно и быстро!)
Thank you :)
Thanks. You made redis so easy.
Simple and concise! Great tutorial.
As always, a greate video! Thank you very much! I was able to apply pretty much everything with Python. Awesome.
hey Brad, quite often the job applications look for AWS/S3 knowledge. I tried looking for your tutorials on it, but couldn't find anything. Hoping you can make one when you catch the time. thank you!
Thanks for such awesome videos. It helps a lot.
Very neat & nice tutorial, This is what exactly i was looking for... :-)
Such a useful video! looking forward to more!
Awesome video brad
Yes! Thats one exactly what i needed! Thanks Brad!
Dude, awesome video. Congrats.
Nice explanation🔥
Nice video to learn in depth
Timely as hell dude. Thanks!
could you please give us a video explaining how redis is used with socket.io and node.js to make websockets more efficient and scalable, and how this process is done? would really appreciate it. also what are the disadvantages to running socket.io naked without redis?
Hey Brad!
Please, make more videos about Redis.
As always very useful. Thanks
Thank you for this video! Keep going, mate! :)
Thank you, I would try enhance my project in NOSQL with your videos
Interesting! So this is coaching implemented on an api layer using redis. Now, is it viable to implement a similar strategy using local/session storage in the client if user data remains relatively unchanged throughout the day?
Its very helpful. Thank you
Thank you so much for sharing your knowledge:-)
Great Video... I have a doubt. what if the number of repositories of the user has changed?
Would love to see something like multiple user sessions with this.
Awesome video Brad. What about making a NginX or varnish video?
yes it seems so useful and fast up the site
Hey, have you ever thought about using Java, C# (.NET or like ASP.NET) or C++ for web development before, and/or making a youtube vid/udemy course on one?
If not, I would be thrilled for you to make a course on one of them...
EDIT: Maybe even like Go (Google main language), I'd just like to see you (and I) go out of your comfort zone and make some different than usual content, and maybe even help some people dealing with these languages
-Long time watcher/lurker, first time commenter
Informative, Thank you. Just one question, I like your speed to code while you are explaining, so how many years of coding experience do you have (non-industry and industry)?
Thank you, that was easy to understand .. thanks again
love this kind of new stuff
super helpful.. thanks brad
Brad as always very informative easy to understand tutorial .... my one question to you and is definitely off topic... but I love how your browser new tab starts with this customized page and I've created something similar to it but couldn't figure out how to customize my chrome browser to start with it would you mind sharing how you did it! it seems like you're using Chrome browser if it is how did you customize the new tab to start like that I couldn't find anything in the settings that lets new tab start with a customized page?? thank you!!
You reload attempts around 13:00 resulted in 304 response status so you’re hitting a cache.
Hi ! What font do you use?
it's rounded and so nice to my eyes
I think i may implement Redis in one of my portfolio projects once they are finished. Would you suggest Redis for CRUD apps or Fullstack apps or just for client websites...When do you think adding Redis can become over kill?
what happens if the count of repo changes? will it return the same cache value or will it return the updated value?
Because I'm on windows, I had to follow the docs for the installation.
Also I created a redis config file in my code where I imported the redis package and instantiated it using the createClient passing in the port from the env variable.
And then exported the client variable that has been assigned to the createClient for reuse in other places in my code.
But it doesn't work for me
hey this is probably a stupid question but what about the cost of calling that cache() function and setting that redis cache ? vs optimizing network requests ? can someone explain the tradeoff ? or is there even a tradeoff in the first place..
Brad please make a video on making javascript widgets. Example, we paste a script link on html and live chat software appears on our website .
Great video!
What if the value changes, how would know and update the cache accordingly
the cache is only in memory? what if you need to access that data across different servers?
Hey Brad, one question on redis is which all calls we should usually cache. I'm building a LMS and planning to use redis so is it good idea to cache all api calls or just courses related api? Any insight is very much helpful.
Your voice sounds like improvement pill
Hello I am getting the error: err happenedTypeError: client.setex is not a function
as well
What if the repo number changed it will still display the cached value. What is the way around ?
i think redis will delete the cache every 3600 seconds
So useful, thanks
How can I return the data or store in a variable instead of returning as response?
Great,Thanks for diverse topic, Can make content about jest and ezyme
Do we cache an image file and how to do that?