apache / apache/brpc

支持Redis Cluster

Open
#511 3 comments 0 reactions 0 assignees View on GitHub
feature official
Dominant language
C++
Stars
17.6k
Forks
4.1k
Avg merge
2d 12h
Merged PRs (30d)
69

Description

C++可以原生用。再用brpc写一个原始redis协议到cluster协议的proxy,供其他语言的server同机或同容器部署。

优点:
* 官方方案会持续更新。
* 没有走网络流量的proxy层,省延时、带宽。C++实现开销最小化。
* proxy比较轻,侵入性不大,开发和部署都相对简单,可控。

缺点:
* Redis cluster的运维、扩容、debugging复杂度较高。
* redis cluster的集群扩展性有限。

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.