Madelyn Olson
Madelyn Olson
>are pipelined commands atomic? Pipeline commands are not atomic, but you can send them in a multi-exec which does make them a transaction. > There is only one lookup in...
Hey! We talked about it in our weekly, https://github.com/valkey-io/valkey/wiki/Weekly-meeting, and we didn't come to a clear consensus. The 20% isn't that compelling number to add a new command for, since...
I'd vote just replace redis with valkey in the tests.
@hwware Is this still needed?
I'll further add the idea for this came from a user accidentally doing a sync instead of async flush. There application stalled for like a minute.
@redis/core-team This is a rather small config change that we have internally at AWS that we use to prevent users from accidentally locking up their database. As far as the...
> we also feel it was probably wrong to introduce the lazyfree-lazy-user-flush in the first place, and maybe even the ASYNC argument to the flush command. I don't think we...
@nichchun When available, can you move this to https://github.com/placeholderkv/placeholderkv/issues
I'll follow up with Hari in person. I think this just updates the cluster info field, and not sure if the improvement there is necessarily worth it.
> minor: I would avoid MPXHELLO and instead integrate this with the existing HELLO command, since if these are separate commands, we need to carefully define the interactions between them,...