Madelyn Olson

Results 629 comments of Madelyn Olson

The next step for the listpack entry configs is to move it to a separate issue and come up with a clear set of instructions for evaluating the tuning. Then...

> slightly off topic - I have been wondering if it makes sense to emulate the standalone interface via GLIDE, i.e., a client side standalone->cluster proxy? Yeah, it's fairly trivial...

I'm okay also making it immutable.

> In such cases, users want to start a replica on another machine for migration. However, because the disk is read-only, a full synchronization cannot be performed (as RDB requires...

Based on some offline discussion, we're going to merge this to see if it helps with another issue and I will create an issue with Ping's comment to followup with.

I guess a general concern I have is that all of these benchmarks are run on systems that are being stressed. What if the write rate is very low, would...

> Does replication fail? No. Replicas don't call getNodeByQuery and just blindly trust the commands they are receiving from their primary.

Redis 7.4 is a proprietary data format, so it's not currently on our roadmap to support migrating to Valkey 7.2 or Valkey 8.0. >To be able to migrate from Redis...

> for migrating from Redis 7.X to Valkey? You can move from 7.0 and 7.2 to Valkey. Moving from 7.4+ to Valkey is not supported currently, my guidance has been...

It's a little odd `EVAL_RO` get's redirected to the primary, but not `EVAL`. We should evaluate if we want the `REDIRECT` flag to act more like the cluster mode version.