Clustering in Redis

preview_player
Показать описание
Ever wonder how clustering works? Curious about how and when a cluster resolves a node failure? Join Justin as we take a sneak peak into Redis University's Running Redis at Scale course available now!

▬ Links ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

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

I wish this youtube channel been more popular, keep up the good work guys <3

nguyenbatunglam
Автор

Concise and clear for beginners to digest. Thanks.

digitaldrive
Автор

Thanks for the Clear and good description about redis clustering.

MohamadMirSajadi
Автор

wow, so much information in 8 minute video. Excellent work.

sadaqat
Автор

I've learned few new things. Thank You.

mdyousufali
Автор

I know this is an old video and I may not get a response, but I'll try: when u talk about how the replica monitoring the primary and take his job, are u talking about 'sentinel' or its a different case?

mairo_
Автор

Very nice tutorial. How do the applications connect to the nodes in the cluster? Do we have to use a load balancer?

Shrivanurag
Автор

Hello, will running flushall command in any node will clear the cache in all the nodes in the cluster??

shachoud
Автор

Why does redis not use consistent hash? Would limit the amount of moving every time cluster size changes

sebwimedo
Автор

An unrelated observation. I work at the Edge and a Redis Container has a size of around 100K and Postgresql has a size of 245 meg. ( I had to use Postgres because Redis search was not available to me. ) Postgresql has a module called ltree. The ltree module is like the ETCD database with directory name search (no revision history though). This would be a great addition to the basic Redis types.

glennedgar
Автор

Can two redis clusters talk to each other using some inbuild eventing or something

sandeshmitake
Автор

Can the election process happen if only one master is reachable as on right side at 6:54? Does it not require majority of master's votes for a replica to become master?

nirmalpatel