Redis Crash Course: Advanced Techniques

preview_player
Показать описание
Redis is the most popular caching tool. It can be used with pretty much any programming language
also Redis can be used as a primary database nowadays Redis powers a huge portion of the web so it is important to understand how it works. This video, all the way to how to use it in a real-world project
What Redis Is
Installation
Redis-cli
Data Types - Strings, Lists, Sets, Sorted Sets, Hashes
Data Persistence
⏱️ Timestamps:
00:00 - Introduction, What Is Redis?
01:35 - How does Redis works behind the scenes?
03:05 - Redis Installation
04:14 - Start the Redis server
04:40 - Basic Redis Comands
#Redis#Nodejs #javascript
Рекомендации по теме
Комментарии
Автор

If I am not wrong, redis is used as like as localStorage, sessionStorage, localForage but works in the server side and provide cached data to reduce database query time. It starts to serve data from second request as it stores cached data at the first request, right?

devcone
Автор

Where does this cache get stores if I deployed the app ?

rajeshkhadka