corvus
corvus copied to clipboard
A fast and lightweight Redis Cluster Proxy for Redis 3.0
**client** : [Lettuce](https://lettuce.io/),a aync client base netty nio **corvus version** : a Secondary development version base eleme/corvus master(update to date) **redis**: redis cluster **problem**: when run my code some time,...
增加了一些特性, 可以提交到主干. 现在这里的corvus还有人维护吗?
There is a small typo in docs/lpt.md. Should read `quality` rather than `quanlity`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
我创建了3个主节点 3个从节点 ,然后配置如下: bind 12345 node 127.0.0.1:6379,127.0.0.1:6380,127.0.0.1:6381 thread 4 启动后用redis-benchmark压测发现tps降了 不用corvus是这样 GET: 33046.93 requests per second 用了corvus后 GET: 5262.88 requests per second
Hello, are there any plans to support Redis 5.0 or higher? Thank you, Apostolos
From my perspective, the limitation of not being able to get all `KEYS` is a total dealbreaker. Being sure, that this is only a design limitation made willingly, I want...
Hello, When I set the **slowlog-log-slower-than** with big values like e.g. "24000", the slowlogs I get are also big e.g. localhost:6380> config set slowlog-log-slower-than 24000 OK localhost:6380> slowlog reset OK...
问题: 1 qps非常高 2 corvus检测到redis连接不上时,会触发refresh 3 refresh的时候应该停掉server,因为如果不停掉server的端口,在qps非常高的情况下,请求堆积,corvus内存瞬间就打爆了 4如果在corvus和redis连接不可用的情况下,关闭server端口,客户端能做到识别从而不往他发请求
Hello Corvus Main Developers. I have implemented daemon feature in my branch called deamon. Please check. If it's OK, Please merge. Thank you. Best wishes!
corvus metrics信息, 有没有命令直接取出来? 类似redis的info命令,看配置里面是要配合statsd才能取到数据,但是我们的监控环境没有statsd。能否提供命令或者api?