predixy icon indicating copy to clipboard operation
predixy copied to clipboard

A high performance and fully featured proxy for redis, support redis sentinel and redis cluster

Results 112 predixy issues
Sort by recently updated
recently updated
newest added

看到配置文件中已经有 standalone模式的redis,该模式是不是就是支持,可以实现读写分离的redis,比如A机房是写,B机房是读,通过predixy实现写数据还是再A机房,读的话根据权重来读取A,B机房

当域名更换IP或redis集群节点被移除,同步移除IP

Adding a packaging for debian like's distro. And adding a systemctl service.

如下 group 为5c328030476fc5b02358a6e7f3b5f1acefba5777 存在两个master, 10.244.214.65是重启前的ip,10.244.214.107是重启后的ip,他们现在都是master。经测试写该slot的数据会失败 ``` 127.0.0.1:6379> info Servers # Servers Server:10.244.214.65:6379 Role:master Group:5c328030476fc5b02358a6e7f3b5f1acefba5777 DC: CurrentIsFail:0 Connections:1 Connect:16 Requests:101 Responses:43 SendBytes:2416 RecvBytes:24152 Server:10.244.61.249:6379 Role:slave Group:5c328030476fc5b02358a6e7f3b5f1acefba5777 DC: CurrentIsFail:0 Connections:1 Connect:1 Requests:41...

Issue === When one of the Redis cluster node (either master/replica) fails on either Host/OS level, Predixy gets stuck because Predixy's TCP connections are not closing. This issue is reproducible...

I hope to get a list of redis commands which predixy does not support. Could you help with it ? Much appreciate it.

想从现有的 redis-cerberus切换到predixy,能够直接切换?

希望当在auth的配置文件里添加了新的权限,能够在不重启服务的前提上,加载到系统中

问题: redis通过代理后pipeline只生效第一条指令 演示环境 OS centos7 7.8 172.16.1.144 单节点 ``` # ./redis-server -v Redis server v=5.0.9 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=599348814c01830d ``` 172.16.1.147 redis cluster+predixy 1.0.5 ``` # /opt/predixy/bin/predixy -v /opt/predixy/bin/predixy predixy-1.0.5...