Redis Enterprise as an active-active database is ideal for geo-distributed apps. Its architecture is based on breakthrough academic research surrounding conflict-free replicated data types (CRDT). This approach offers many advantages over other active-active databases, including:
- Local latency for read and write operations,
- Built-in conflict resolution for simple and complex data types,
- Cross-region failover, and
- Streamlined implementation of use cases like leaderboards, distributed caching, shared sessions, multi-user metering and many more.
Recently, we published a tutorial on how to develop apps using active-active Redis Enterprise. In order to simulate the production setup, developers or testers need a miniaturized development environment — something that's easy to create with Docker.
from DZone.com Feed https://ift.tt/2Oq42Df
No comments:
Post a Comment