Madelyn Olson

Results 737 comments of Madelyn Olson

> it seem it does will slove some problems (like CharlesChen888's case). I would just like to clarify this isn't solving any known problem, it's a solution (reducing usage) to...

> Perhaps sending messages to all players on a ranking list (which is one of the most common use cases for zset), and the list is too long for a...

@hwware and @PingXie Your two votes are missing btw. Do you want to be explicit and add it to viktors comment.

Still missing a doc PR, but other than that also LGTM.

> I would like to suggest we introduce a policy of maintaining all versions for at least 3 years. I was going to keep this open until this line was...

So, the main problem we are trying to solve is that the Valkey engine should be "reliable" to health checks and management operations, and not be stalled by long running...

> guess we can start by using the same mechanism used for lua timeout One problem with lua timeout is we throw errors to end users, let's not do that...

> 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...

> If a command like KEYS is yielding, we can only execute some subset of commands, in particular no write commands, so yielding sounds like a somewhat difficult way forward....

> When doing a latency check you don't want PING to be given special priority. Is there any risk that someone is using PING this way? We use ping that...