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

When supportTransaction() is false, WATCH and MULTI commands are forbidden. EXEC should also be forbidden. Otherwise, MULTI command gets dropped (by predixy) but EXEC gets passed along, causing redis to...

2018-10-11 18:59:35.849763 I Handler.cpp:856 RESP h 3 c 172.26.xxxxx:xxxx 11532 req 7316906 lpush lst:ServerIpPort:172.26.xxxxx:xxx s None -1 res 7316536 Err t 4

在使用过程中,发现predixy不支持cluster nodes命令,希望能够增加该支持,可以返回代理自身的一个模拟cluster nodes结果,提高兼容性

在生产环境中,我们遇到有的业务连接数比较高,超过1000后,就会频繁出现Read Error Resource Temporarily unavailable。当达到5000时,redis就完全连接不上了。 请问如何解决?

使用redis-cli的cluster mode支持 keys *命令,使用predixy不支持keys命令 。

您好,我发现代码里面是每个线程一个epoll去监听客户端的连接,这样当新的链接到来时,每个线程都会得到可读事件然后调用accept,在我理解 这里应该只有第一个线程会接收到连接,其他线程都会accept失败(监听socket设置了非阻塞),这样会不会有性能损失?

我有多台redis server,如何支持无sentinel和cluster,直接透传到后面的所有机器上。找了好久没找到配置

你好,麻烦咨询一下,如果我的aws elastic cache 开启了传输加密(就是:Encryption in transmit 为enabled) ,我们的predixy 支持代理这种redis 吗? 多谢 祝天天开心

你好,麻烦一下,咨询一个问题,现在新版本的redis,支持用户名和密码访问(例如:我创建一个用户aaa,对应的密码为bbb) ,我们的predixy 支持这个功能吗? 多谢 祝天天开心

我看license日期是到24年底,这个到期了该怎么办。还能用吗?