Madelyn Olson

Results 445 comments of Madelyn Olson

> Feature negotiation between two peers = exchange capabilities flags. This doesn't really solve the problem unless we are going to send every single forward compatibility breaking change as a...

The only thing I don't like about bool is that: ``` int isTrue() { return 1 } ``` is not the same as ``` bool isTrue() { return true} ```...

> What's a c++ comment? I've never heard these be called C++ comments, always single line comments. That just might be because I never write C++ code though :D

Makes sense to me. @brandondrew, would you mind signing off on your commits following our DCO requirements. You can see more here: https://github.com/valkey-io/valkey/pull/386/checks?check_run_id=24282435405

@brandondrew Gentle reminder to update your commit by following the instructions on https://github.com/valkey-io/valkey/pull/386/checks?check_run_id=24282435405.

@wangweilica Hey. I don't work on this project any more since Redis changed the license. If you're interested in contributed to open source, you can submit it here: https://github.com/valkey-io/valkey. Which...

Hey, I'm one of the maintainers of Valkey. I just wanted to drop by to add some more context. Feel free to @me with questions if you have any. >...

We discussed reserving a namespace in the past, and the decision was that we shouldn't reserve it because that prevents clients from also sending along that channel. One use case...

I'm working on an email that is actually under valkey.io, I will update them all when I've confirmed it works. I do own that email, so it's not a risk...