Interact with data in Redis

In this article, we will explore the key features of Redis, a popular in-memory data store. We will discuss how Redis stores data, the different data structures it supports, and how you can interact with data in Redis using commands and client libraries.

May 12, 2024 · 5 min · 866 words · Bá Tới

Master-Master vs. Master-Slave Replication in Distributed Relational Databases

In the distributed relational database model, two common modules are master-master and master-slave replication. Let’s explore each of these modules and when to use them.

August 7, 2022 · 4 min · 640 words · Bá Tới