KeyDB icon indicating copy to clipboard operation
KeyDB copied to clipboard

What is rreplay metrics mean? and why it is way too high in some scenarios

Open BlackMetalz opened this issue 1 year ago • 1 comments

Hello there, I started using Keydb as a Redis placement recently. I'm encountering an issue that the cluster Keydb ( active-replica ) seems slow when there are way too many total commands ( especially rreplay )

So I only allow traffic into 1 node. Another node will be saved for failover.

More info:

  • Redis exporter version: v1.55.0
  • KeyDB version: 6.3.4-1
  • Mode: Active - Replica ( 2 nodes )

image

So I'm using Laravel with queue (https://laravel.com/docs/8.x/queues ) to connect to the Keydb cluster

Config is common with just some small changes

      maxmemory: 3gb
      active-replica: "yes"
      maxmemory-policy: allkeys-lru
      server-threads: 4

BlackMetalz avatar Dec 28 '23 04:12 BlackMetalz

Ever got an answer to this? I'm seeing similar problems

nublaii avatar Feb 10 '24 13:02 nublaii