发布应用 Kvrocks

This commit is contained in:
qyg2297248353
2025-08-15 21:54:39 +08:00
parent db32c4f30f
commit f1c79bd8ce
11 changed files with 358 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Kvrocks
分布式键值 NoSQL 数据库,它使用 RocksDB 作为存储引擎,兼容 Redis 协议。
<img height="128px" src="https://file.lifebus.top/apps/kvrocks/logo.png" alt="Kotatsu" width="128px"/>
![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue)
## 特性
### Redis 兼容
用户可以通过任何 Redis 客户端访问 Apache Kvrocks。
### 命名空间
类似于 Redis SELECT,但每个命名空间都配备了令牌。
### 复制
使用 MySQL 等 binlog 进行异步复制。
### 高可用
支持Redis哨兵在主从发生故障时进行故障转移。
### 集群
集中管理,但可通过任何 Redis 集群客户端访问。
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)