Skip to content

giant-network/redis-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

代理支持多种工作模式,可以起多个进程通过一个端口同时对外提供服务
1、twemproxy
代理可以取代twemproxy,比twemproxy性能更高(接近2倍)
一个代理只能管理一个集群
2、codis
代理可以取代codis(TODO)
3、cluster
代理可以管理redis原生的集群,支持在线扩缩容

代码目录结构
gredis--|src
|codis
|common
|example
|proxy
|redis
|store
|thirdparty
|conf
|lib
|bin
|shell
Makefile
README.md

怎么编译
make

怎么运行
./bin/gredis-proxy -c ./conf/gredis.toml

yaml解析库为0.6.0版本

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.5%
  • C++ 7.7%
  • Tcl 7.3%
  • HTML 3.7%
  • Perl 2.3%
  • M4 1.1%
  • Other 2.4%