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.
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?
Hi! I have a question: i have created a redis cluster with 6 nodes on 3 different vm, but when a master fails his replica doesn't start the faiolver. Why is that? Shouldn't the failover be automatic when cluster enabled yes is setted?
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?
best video for understanding sharding
I wish this youtube channel been more popular, keep up the good work guys
Concise and clear for beginners to digest. Thanks.
wow , so much information in 8 minute video. Excellent work.
Thanks for the Clear and good description about redis clustering.
Very nice tutorial. How do the applications connect to the nodes in the cluster? Do we have to use a load balancer?
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.
Thanks for the feedback. Why were you unable to use RediSearch?
Super cool and crisp
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?
Excellent introduction. Thank you.
I've learned few new things. Thank You.
Hi! I have a question: i have created a redis cluster with 6 nodes on 3 different vm, but when a master fails his replica doesn't start the faiolver. Why is that? Shouldn't the failover be automatic when cluster enabled yes is setted?
Love these videos! Thanks
Thanks for great explanation)
Hello , will running flushall command in any node will clear the cache in all the nodes in the cluster??
Great explanation. Thanks!
Why does redis not use consistent hash? Would limit the amount of moving every time cluster size changes
Can two redis clusters talk to each other using some inbuild eventing or something
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?
Thanks
Great explanation. Thanks.