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

Hi, If possible, I think it will be nice if we can also use the redis `object` command on Predixy (https://redis.io/commands/OBJECT). There are some useful sub commands, for example the...

Fixes #120 when use in k8s, may got "ERR no server connection avaliable". when Group is 3742d2abb027994f3b2bd2f11a5601ed42987db9, we need chose 10.244.1.41:6379 not 10.244.1.17 ``` # Servers Server:redis-cache-cluster:6379 Role:master Group:8f283c20c1b2e46e112fd6bc13f73fb082395ae5 DC:...

在pubsub 场景下 qps 上来之后,消费端消费速率太慢 ,小于redis回包速率,会导致消息积压在predixy 内存 然后内存就溢出了,他会杀掉链接 释放限制的内存,但是自身占用系统内存却不回收

我们想在异地部署一套Redis cluster,使用stream特性。如果不用代理,Redis映射出来的IP和本地IP不一致,会导致客户端无法重定向到正确的Redis server。所以想到用predixy,想知道是否支持stream?

您好 我在近期使用redis的时候看到了您写的这个代理,想拿来在springboot中使用,在部署完redis cluster,predixy(redis版本:5.0.8 predisxy版本 1.0.5),并测试之后准备用jedis连接,但是启动之后java这边日志报错 提示:Invocation of init method failed: nexted exception is org.springframework.dao.InvalidDataAccessApiUsageException: ERR argument wrong; nested exception is redis.clients.jedis.exceptions.JedisDataException: ERR argument wrong 目前还未找到出错原因,想麻烦您帮忙分析下可能是哪里出的问题,十分感谢 补充一下:除了jedis,predixy是否可以使用java里其他的客户端进行连接,谢谢

why not support command “keys *” ? when I input keys * ,there is a wrong “(error) ERR unknown command 'keys'”

我的配置如下 SentinelServerPool { Databases 16 Hash crc16 HashTag "{}" Distribution modula MasterReadPriority 30 StaticSlaveReadPriority 50 DynamicSlaveReadPriority 50 RefreshInterval 10 ServerTimeout 1 ServerFailureLimit 10 ServerRetryTimeout 1 KeepAlive 120 Sentinels { +...

Hi, java standalone client not able to connect to redis through predixy proxy with following settings, **java code snippet:** RedisURI upstreamUri = RedisURI.Builder.redis("192.168.4.5", 7617).build(); upstreamUri.setPassword(password); RedisClient client = RedisClient.create(); **StatefulRedisMasterReplicaConnection...

When I am trying keys , keys * it is not finding keys from cluster. 127.0.0.1:7000> keys * (error) ERR unknown command 'keys'