Harkrishn Patro
Harkrishn Patro
> @hpatro Yes, we still need to allocate those objects, but my point is that if it's done in the main thread (rather than in the I/O threads), they will...
@oranagra Couldn't get back to this earlier. I will try to pull the number this week.
I tested the scenario via running multiple `redis-benchmark` process with the following flags ``` ./redis-benchmark -q -n 10000000 -t set -c 10000 -h -p ``` After reaching the desired client...
@madolson @PingXie @srgsanky Feel free to add your thoughts.
> Before we start discussing the solutions, can you please help articulate the value of having this "property" or the impact of lacking it? see my [comment](https://github.com/valkey-io/valkey/pull/52#issuecomment-2049961506) Regarding https://github.com/valkey-io/valkey/pull/52#issuecomment-2049961506 >...
> I am curious why advertising IP and switching to hostname is bad for a client. For a TLS cluster, will the client fail to establish connection if they see...
> > @soloestoy, is your call out of "breaking change" referring to the mixed cluster case? I think it would apply to both replication and the lighter clusterMsg ideas. >...
One thing which I wanted a decision on before closing this PR. @madolson Do we want to disable `SPUBLISH` on replica with 8.0 irrespective of the underlying data propagation layer?...
Generic solution has been implemented with light message header. It will be used for Pub/Sub data starting with next major version. https://github.com/valkey-io/valkey/pull/654/
> I am also working on the evaluation for short keys from performance perspective, the idea is simple, just change the layout of dictEntry when zmalloc dictEntry to benefit from...