Redis

1、ACID

A Atomicity 原子性
C Consistency 一致性
I Isolation 独立性
D Durability 持久性

2、CAP

C Consistency 强一致性
A Availability 可用性
P Partition tolerance 分区容错

3、base

BA Basically Available 基本可用
S Soft state 软状态
E Eventually consistent 最终一致

4、Redis远程字典服务器

RE REmote adj. 遥远的 n. 远程
DI DIctionary 字典、词典
S Server 服务

5、其他

distributed system 分布式系统