Replication and Clustering in Redis

preview_player
Показать описание
Redis is a noSQL key-value store, in memory database first that exploded in popularity in the past few years. In this video slash course, we will explain what Redis is, talk about the in-memory model, the optional durability, replication, clustering publish subscribe and the protocol and finally we will go through examples. During the video I will add time codes to each topic so you guys can jump to the topic that interests you the most.

🏭 Software Architecture Videos

💾 Database Engineering Videos

🛰 Network Engineering Videos

🏰 Load Balancing and Proxies Videos

🐘 Postgres Videos

🚢Docker

🧮 Programming Pattern Videos

🛡 Web Security Videos

🦠 HTTP Videos

🐍 Python Videos

🔆 Javascript Videos

Support me on PayPal

Become a Patreon

Stay Awesome,
Hussein
Рекомендации по теме
Комментарии
Автор

A suggestion for a scenario that I am interested in, could be broken in up into multiple videos: Inter process communication between microservices in a containerised environment (docker). Using an ingress (reverse proxy - traefik), a backend service with a redis db that you could pull data from using a frontend service, and a third service that acts like an authentication service that all of the communication from the outside would be redirected to it and then on to it's distant service (backend service).

kazem
Автор

How to run pipeline commands in cluster mode?

devashishrana