# Apache Kvrocks - 분산 키/밸류 NoSQL DB

> Clean Markdown view of GeekNews topic #14086. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=14086](https://news.hada.io/topic?id=14086)
- GeekNews Markdown: [https://news.hada.io/topic/14086.md](https://news.hada.io/topic/14086.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-04-01T09:32:01+09:00
- Updated: 2024-04-01T09:32:01+09:00
- Original source: [github.com/apache](https://github.com/apache/kvrocks)
- Points: 13
- Comments: 1

## Topic Body

- RocksDB를 스토리지 엔진으로 사용하며, Redis 프로토콜과 호환   
- Redis 대비 메모리 비용을 낮추고 용량을 늘리는 것을 목표로 함   
- 주요 기능   
  - Redis 호환: 사용자는 모든 Redis 클라이언트를 통해 Kvrocks에 액세스 가능   
  - 네임스페이스: Redis SELECT와 유사하지만 네임스페이스별 토큰을 갖추고 있음   
  - 복제: MySQL과 같은 binlog를 사용한 비동기 복제  
  - 고가용성: 마스터 또는 슬레이브 장애 시 장애 조치를 위한 Redis 센티널을 지원  
  - 클러스터: 중앙 집중식 관리이지만 모든 Redis 클러스터 클라이언트를 통해 액세스 가능

## Comments



### Comment 24211

- Author: secret3056
- Created: 2024-04-04T12:40:17+09:00
- Points: 1

[Garnet](https://news.hada.io/topic?id=13893)도 Redis 호환이라고 들었습니다.
