Daniel House @ Seeking Opportunities

Results 42 comments of Daniel House @ Seeking Opportunities

> We also have to deal with the fact that Redis will likely **no longer** accept features that are just for Valkey. They will probably accept any features that threaten...

The Redis protocol is old enough and popular enough - maybe it deserves to move from being a de-facto standard to being an ISO standard.

I would be much more worried about trademark enforcement from Jackie Chan than anything Redis Inc might do.

@madolson @zuiderkwast @stockholmux please review

Is there anything to read that would help me understand more about any existing thoughts on how to make long-running commands (e.g., KEYS *) yeild to some other commands (e.g.,...

The Async IO threads refactoring says "Read Operation: The IO thread will only read and parse a single command." This means that they will not "look ahead" to see if...

There are two ways that PING could be used: health check and latency check. When doing a latency check you don't want PING to be given special priority. Is there...

Can anyone suggest a use case where we would actually **prefer** to have different implementations of the same function on different nodes? If not, then we have the answer to...

OK, we agree that they should be synchronized. I can't say I understand the current cluster solution, but I can see that we are having problems synchronizing hostnames (https://github.com/valkey-io/valkey/issues/304), so...

> > If anyone can point me to useful reading about the current cluster solution, please do. > > * The [cluster spec](https://github.com/valkey-io/valkey-doc/blob/main/docs/reference/cluster-spec.md) > * The [cluster manual](https://github.com/valkey-io/valkey-doc/blob/main/docs/management/scaling.md) Thanks. I've...