10. Redis Sentinel on Docker // Redis High Availability using Docker containers and Redis Sentinels

preview_player
Показать описание
.
.
.
  All the commands used in this video are available here.

Timeline:
00:00 Redis entinel on Docker Introduction
00:15 Understanding the steps and architecture
02:50 Creating docker network
03:40 Creating redis master node on docker
03:56 Creating redis replica on docker
04:16 Listing all the docker containers
04:40 Command to check IP address of all the docker containers
04:52 etting up redis sentinel on docker
09:20 Checking redis sentinel logs on docker
13:38 Connect to redis sentinel using Python program
19:15 Performing redis failover with redis sentinel

Buy my Udemy courses at a special price for a limited time:

🤝 For collaboration or other inquiries connect
📞 Whatsapp: +917042103414  
Рекомендации по теме
Комментарии
Автор

really good sharing on the detailed step-by-step.

ngilmulillahofficial
Автор

Hey, thanks for your sharing, could you share the sentinel.conf of each sentinel ?

thomearegber
Автор

Great video! Can you do one for redis replication on docker swarm?

CharcoalDaddyBBQ
Автор

Hi Vikas I want to bind and get the public access for redis installed in docker and how can I achieve that?

DheerajKrishna-ob
Автор

Thank you for great video. I could created containers and I can connect to redis container on local computer by redis-cli. It is works normally. Also I could connected to redis container by redis-cli from other computer. But all commands didn't work and show message thath "(error) ERR unknown command 'GET', with args beginning with ...", when connected by redis-cli from other computer. I tried connect by RedisInsight. RedisInsight connection didn't successfull. How fix that problem?

amaraag
Автор

how to configure it across multiple machine

DevTango