Madelyn Olson

Results 826 comments of Madelyn Olson

@yahorsi Is there a specific reason you need it?

@yahorsi You can run cluster mode today to fully utilize the underlying hardware. This feature is more for workloads that might be CPU bound on large read requests today (`SUNIONSTORE`...

> @soloestoy please review and give input about how this compares to Alibaba's multi-worker solution. In the long term, do we want to move towards a fully concurrent solution? I...

Just before Valkey 9.0 GA let's review this again to see what the adoption sees like.

I'm a little confused. We do have a fallback where we explicitly ping every node [within half the node timeout](https://github.com/valkey-io/valkey/blob/89d45775c42241c537d366d6fb61d334386f887c/src/cluster_legacy.c#L5452). If we want to make it less "random", we could...

Discussion was that we'll extend `INCR`, `INCRBY`, `DECR`, and `DECRBY` with: 1. NX: Only increment it if the key does not exist. XX would be useful. 2. EX/EXAT: Set the...

Nobody cared about `incrbyfloat`, so we decided not to update that one.

Weekly meeting notes. We will keep the command as is, but we will document this as primarily an internal and debugging command.

@valkey-io/core-team Shouldn't this have had a major decision tag? I remember we decided this was an internal command, but it doesn't look like it was really restricted to just be...

One of the issues is that we are constantly opening and closing the log file for each write. There might be ways to buffer the write specifically for this.