Redis是一个内存中的数据库,它保存在磁盘上。数据模型是键值,但支持多种不同类型的值:字符串、列表、集合、排序集、哈希、流、HyperLogLogs、位图。镜像:https://git.zeekling.cn/zeekling/redis
ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real time.