predixy
predixy copied to clipboard
A high performance and fully featured proxy for redis, support redis sentinel and redis cluster
正在调研predixy工具,发现少了一个authip的功能,可否支持?
I would like to migrate my redis data from a simple node to cluster when data is high and shrik back to simple node when data is low,is there a...

我的程序不支持Redis Cluster,想用predixy来做中间连接。 我在配置文件中已指定HashTag "::",但连接时还是出现: CROSSSLOT Keys in request don't hash to the same slot 我的配置文件如下: StandaloneServerPool { Hash crc16 HashTag "::" Distribution modula MasterReadPriority 60 StaticSlaveReadPriority 50 DynamicSlaveReadPriority 50 RefreshMethod...
1. 环境 1个 predixy + 3个sentinel + redis 1主2从 2. 问题: a. 当sentinel 节点down了 之后,换成新的sentinel节点,predixy可以自动识别到新哨兵,但是不会把down的哨兵剔除,而是不停的刷报错日志 b. 当redis 主从 任意一个节点down了。predixy 可以获取到新的主从架构信息,但是down的节点 通过info命令也会查到   以上问题和错误,即使是reset sentinel ,也不会自动更新 predixy能否实现 和sentine里的数据保持一致?

Hi Experts, Client got the error when connecting to predixy. What could be the reason. (see attached file)  Thank you.
用rdm 连predixy报 scan command not supported 没人碰到过吗?
1. 一般建议WorkerThreads配置多少,文档没有说明,或者建议配置成和服务器总cpu的多少比例(比如服务器16C,建议配成多少); 2. predixy怎么做高可用; 3. 如果一个predixy服务器不够用,可以直接横向扩容吗?就是启用多个predixy服务器配置一样都指向相同的后端集群,应用配置不通的predixy ip地址; 4. 看了您的压测对比,上面用redis-benchmark只是压测了单个redis并没有压整个集群;
Hello, we found this log around the time before predixy suddenly restart (but very rarely happen).  if we check in https://github.com/joyieldInc/predixy/blob/c15f54e274afc596b8e8cd7fecac70164c95b9ec/src/Handler.cpp#L798 ``` } else if (!c->good()) { logWarn("h %d...