Tag: distributed

Redis 交易

Redis 交易是 Redis 的一項功能,允許將多個命令作為單個原子操作執行。它確保交易中的所有命令要麼全部執行,要麼都不執行,從而提供資料完整性和一致性。

Redis 事务

Redis 事务是 Redis 的一项功能,允许将多个命令作为一个原子操作执行。它确保事务中的所有命令要么全部执行,要么都不执行,从而提供数据完整性和一致性。

Redis Transaction

Redis Transaction is a feature of Redis that allows multiple commands to be executed as a single atomic operation. It ensures that all commands in the transaction are either all executed or none are executed, thus providing data integrity and consistency.

CAP 定理

什么是 CAP 定理?在谈论 CAP 定理之前,我们需要先了解什么是分布式系统及其原因。如你所知,在移动互联网时代,请求量和数据量呈指数级增长...

The Cap Theorem

What is the CAP theorem? Before talk about CAP theroem. we need to know about distributed system. and why. As you know in the mobile era, the amount of reque...

The CAP Theorem

What is the CAP theorem? Before we talk about the CAP theorem, we need to understand distributed systems and why they are necessary. As you know, in the mobile era, the volume of requests and data has increased exponentially...