Titan 是美图公司基于 [TiKV](https://www.oschina.net/p/tikv) 开发的一个 NoSQL 数据库,Titan 使用完全兼容 Redis 的通讯协议。
主要特性:
完全兼容 Redis 协议
完全支持强一致性的分布式事务
支持多租户模式
无缝扩展
高可用性
下面是 Titan 的一些性能测试结果:
![Get command benchmark](https://static.oschina.net/uploads/img/201811/19071751_sZAD.png)
![Set command benchmark](https://static.oschina.net/uploads/img/201811/19071752_flES.png)
![LPush command benchmark](https://static.oschina.net/uploads/img/201811/19071753_Ceb7.png)
![LPop command benchmark](https://static.oschina.net/uploads/img/201811/19071753_Krrl.png)
![LRange command benchmark](https://static.oschina.net/uploads/img/201811/19071754_lWjG.png)