predixy
predixy copied to clipboard
A high performance and fully featured proxy for redis, support redis sentinel and redis cluster
Client-->SLB-->predixy-->redis-cluster3.0.7 客户端偶尔报,2019-04-15 10:34:17.739 ERR no server connection avaliable 几台predixy日志: 2019-04-15 10:34:17.106880 N Handler.cpp:371 h 7 accept c 100.117.114.130:3000 108 assign to h 6 2019-04-15 10:34:17.106940 N Logger.cpp:152 MissLog count 1...
2019-05-29 21:01:23.148134 W Handler.cpp:1388 h 0 s 10.146.135.188:6379 5 readonly fail 2019-05-29 21:01:23.148148 E ClusterServerPool.cpp:188 redis cluster nodes parse error 2019-05-29 21:01:23.148151 E Handler.cpp:435 h 0 s 10.146.135.188:6379 5 will...
predixy.log打印了这个日志,可以在哪里查询各种status的意思
I am using Redlock client of ruby for distributed locking and predixy, redis cluster setup. Here is how I am establishing connection - $redis_lock_manager = Redlock::Client.new(["redis://localhost:7617"]) When I am using...
2019-04-26 02:59:55.752382 N RequestParser.cpp:453 unknown request cmd too long:(MEMBERS_NAME_huangdongxun))%!(... 2019-04-26 02:59:55.752429 E Backtrace.h:18 predixy backtrace(11) bin/predixy(_Z9traceInfoi+0x12f)[0x4b41ff] bin/predixy[0x4b2fdd] /lib64/libc.so.6(+0x36280)[0x7f676135b280] bin/predixy(_ZN13RequestParser5parseEP6BufferRib+0x16f8)[0x4845f8] bin/predixy(_ZN16AcceptConnection5parseEP7HandlerP6Bufferi+0xbb)[0x45444b] bin/predixy(_ZN16AcceptConnection9readEventEP7Handler+0x88)[0x456168] bin/predixy(_ZN7Handler27handleAcceptConnectionEventEP16AcceptConnectioni+0x85)[0x4a6bd5] bin/predixy[0x4a8793] bin/predixy(_ZN7Handler3runEv+0x3e)[0x4a8fee] bin/predixy(execute_native_thread_routine+0x20)[0x4f9bf0] /lib64/libpthread.so.0(+0x7dd5)[0x7f6761c11dd5] /lib64/libc.so.6(clone+0x6d)[0x7f6761422ead]
多数据中心如何确保2个DC集群数据一致呢?
最近在考虑用predixy,还没怎么看里面的代码。 请问下当前为什么transaction不支持redis cluster呢?
Can predixy dynamically add new nodes without restart? For example this is the initial configuration ``` ClusterServerPool { MasterReadPriority 60 StaticSlaveReadPriority 50 DynamicSlaveReadPriority 50 RefreshInterval 1 ServerTimeout 1 ServerFailureLimit 10...
It close https://github.com/joyieldInc/predixy/issues/52 Add more custome commands (like https://github.com/joyieldInc/predixy/pull/20) to CustomCommand in .conf Tested on gitlab
连接predixy 进行mget 200key压测时,耗时要几十毫秒,这个时间有点久,而且还有一定的错误率,能建议一下压测时的predixy配置吗