KeyDB
KeyDB copied to clipboard
What is rreplay metrics mean? and why it is way too high in some scenarios
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 )
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
Ever got an answer to this? I'm seeing similar problems