# KeyDB - Redis 보다 5배 빠른 멀티쓰레드 버전 fork

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=679](https://news.hada.io/topic?id=679)
- GeekNews Markdown: [https://news.hada.io/topic/679.md](https://news.hada.io/topic/679.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-10-08T12:43:33+09:00
- Updated: 2019-10-08T12:43:33+09:00
- Original source: [docs.keydb.dev](https://docs.keydb.dev/blog/2019/10/07/blog-post/)
- Points: 3
- Comments: 1

## Topic Body

기본 Redis 이벤트 루프를 멀티쓰레드로 실행하여 Network IO 와 쿼리 파싱이 병렬로 수행되게 바꾼 포크버전.

## Comments



### Comment 505

- Author: xguru
- Created: 2019-10-08T12:47:46+09:00
- Points: 1

Antirez 도 올해 초에 쓴 글 http://antirez.com/news/126 에서 멀티쓰레딩에 대해서 얘기한 적이 있어서,

Redis 본체에도 조만간/미래에 어느정도 쓰레드 구현은 들어갈 것으로 예상.
