Tuesday, February 27, 2018

Active-Active, Redis on Flash, Replication, and Clustering [Videos]

DZone Database Zone
Active-Active, Redis on Flash, Replication, and Clustering [Videos]
Active-Active, Redis on Flash, Replication, and Clustering [Videos]

We've been busy working on a whole new round of videos about Redis Enterprise. Let's take a look at the topics we've covered.

Active-Active Geo Distribution With CRDTs

CRDTs (conflict-free replicated data types) are a fascinating, cutting-edge way of re-merging two pieces of data that have become out-of-sync. Redis Enterprise can be deployed in a geo distribution that uses CRDTs to resolve conflicts between pieces of data that have gone out-of-sync. In this video, we describe a scenario that causes out-of-sync data and show how Active/Active Redis Enterprise resolves the conflict at the database level.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...