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 118 predixy issues
Sort by recently updated
recently updated
newest added

免费版 license 运行报错: license.conf:6 unknown key License license.conf: ``` License { Id 458752 ClientLimit 128 Expire 1735689599 # 2024-12-31 23:59:59 +0000 (UTC) Sig ee00a4b32f5bc98d42f361e7db6eb30c8781b5b57571f7561b245a00297db91e998c30037558aabbafedd5b315c63d76f150fd83c997530bf971f7e34eebeae9 } ```

redis部署cluster模式,配置notify-keyspace-events Ex,连接predixy代理,有的key过期能收到通知,有的key过期收不到通知

我使用k8s部署redis集群,三主三从,我的集群配置使用过ip:port和svc:port可是都是报错以下内容,希望作者能否告知以下是否支持redis7,还是我的配置的问题 2022-11-28 10:21:16.243520 N ConnectConnectionPool.cpp:42 h 4 create server connection redis-cluster-3.headless-redis-cluster.redis.svc.cluster.local:6379 38 2022-11-28 10:21:16.244505 E ClusterServerPool.cpp:188 redis cluster nodes parse error redis版本:7.0.5 predixy版本:1.0.5 telnet:true nslookup:true cluster.conf ` ## redis cluster...

通过predixy可以使用scan命令扫库,但是只能取到当前连接的某一个分片的数据,不能获取到整个分片集群的所有分片的所有数据,但是又没办法切换分片,请问这种情况下,有什么办法获取分片集群的所有数据吗,像这种分片集群部署在内网的情况,通过部署predixy的方式对外暴露服务,predixy存在切换连接分片的功能吗,不然的话在数据迁移的场景下,不管是通过psync还是通过scan方式都没办法准确拿到分片集群完整的数据,请问这种场景在使用predixy的情况下您这边有对应的解决办法吗

Hello. I wonder how to restart predixy. Now I'm using `kill -9 [pid]` but I don't think it's a good idea... How can I stop predixy? I'd appreciate it if...

springboot框架进行健康检测的时候,会抛异常 Redis health check failed 2023-09-15 11:10:20.219 | | | WARN | 1 | xxx-xxxx | k3s-master | [lettuce-nioEventLoop-4-1] | o.s.b.a.r.RedisReactiveHealthIndicator | Redis health check failed java.lang.IllegalArgumentException: Value must not...

Hi there, I tried to establish connection using TLS to the redis cluster via predixy and it returns the following error `Could not connect to Redis at 127.0.0.1:7617: SSL_connect failed:...

If all share connections are normal status, and redis is marked to fail, have no chance to check it. All request will be dropped.

一条完整日志如下,在predixy中出现了很多条,且都是业务有问题的时间范围内出现的 2023-07-19 08:06:32.795441 E Handler.cpp:437 h 0 s r-xxx.redis.rds.aliyuncs.com:6379 84 will be close with status 4 EventError 手动连接predixy,使用get/set命令报错(与业务抛出的错误一致) `127.0.0.1:6379> set key111 value (error) ERR no server connection avaliable ` **重启predixy后恢复**...

I have problem when I try to use `redis-cli --cluster` commands outside k8s-cluster because redis-cli uses internal addresses of k8s network, I have no access to them. Can predixy handle...