Skip to the content.
cs-notes
brief computer science notes
View on GitHub
Home
/
cs-notes
/
Architecture
/
Components
/
Database
/
Redis
/
features
Pros
数据类型丰富
支持集群
支持持久化
效率高
Cons
单进程单线程,长命令会导致 Redis 阻塞
集群下多 key 操作(事务、MGET、MSET)无法使用 无法自动迁移