Madelyn Olson
Madelyn Olson
There are 5 commands that don't declare keys and operate on the keyspace: `SCAN, RANDOMKEY, KEYS, FLUSHALL, FLUSHDB`. It would make sense to assume that executing these commands would require...
Initial PR to add a governance doc outlining permissions for the main Valkey project as well as define responsibilities for sub-projects.
There are 3 keyless read commands (`randomkey`, `SCAN`, `KEYS`) that operate a little strangely in Valkey cluster with respect to the `READONLY` flag. All other commands that access data, will...
I've seen it pop up in a few places where it be ideal to know what the version of the replica is we are replicating too, to potentially send something...
The legacy unit tests were a collection of distinct tests stored at the bottom of various files, that required rebuilding the server with a special flag and starting the server....
Redis used to have the RCP (Redis change proposal) project. Right before the license change, we agreed to revive that project and start putting larger initiatives there. For example, https://github.com/valkey-io/valkey/pull/75/files...
This commit does four things: 1. On various images, the linker was not able to correctly load the flto optimizations from the archive generated for unit tests, and was throwing...
Cleaned up the minor cluster refactoring notes that were intended to be follow ups that never happened. Basically: 1. Minor style nitpicks 2. Generalized clusterNodeIsMyself so that it wasn't implementation...
One of the first steps towards implementing cluster v2, is refactoring the code so that we can use either clustering implementation. There was some initial work, but I view it...
We want to standardize the way that admin users can describe and interact with the client commands. We are proposing to generalize the filters introduced in CLIENT KILL so that...