patpatbear

Results 11 comments of patpatbear

cool! seems fine for me ^_^ @iKenApple

@tevino antirez was inspired by this project to anounce a new project [redis-cluster-proxy](https://github.com/artix75/redis-cluster-proxy) (owned not by antirez himself), so it's clealy an alternative approach to adopt redis-cluster with the absence...

is `client-side sidecar` like [hiredis-vip](https://github.com/vipshop/hiredis-vip) , [jedis](https://github.com/xetorthio/jedis) ?

Interesting.... are there any more details about the `sidecar` ? or are you planning to opensouce the `sidecar` ?

looking forward to you blogging or opensourcing the `sidecar`.

cheers! @kirk91

have the same issue with `4.19.118-2.el7.centos.x86_64` on `CentOS Linux release 7.4.1708 (Core) `

also note that hash/set performance also drops on similar hot key senario.

i update to the most recent version (2.0.6), seems like this issue still exists. ``` ppb@ppb-vm:~/test/kvrocks/logs$ tailf zremrangebyrank-0.log zremrangebyrank z 500 -1: 154.23 ```

would slowdown zremrangebyrank. but both zremrangebyrank and zadd are write commands to the same key, so both zadd and zremrangebyrank would slowdown.