Madelyn Olson
Madelyn Olson
Initial attempt at laying out what we need to print out versions in various places. Update server info, module info, and lua info to print out information about our version...
We need to include our responsible disclosure agreement as well as our maintenance plan. I think this is something worth figuring out now. I would like to suggest we introduce...
### Discussed in https://github.com/orgs/valkey-io/discussions/125 Originally posted by **bitnom** April 1, 2024 Idk if the original graph could do time-based graphs, but it is a thing. I imagine for graph and...
Today we only have a single log level that applies to all log messages. There are times we want to bump logging down to debug to understand the situation better,...
Based on conversation from https://github.com/valkey-io/valkey/issues/43#issuecomment-2040401540. This commit updates the following fields: 1. server_version -> valkey_version in server info. Since we would like to advertise specific compatibility, we are making the...
Initial notes based off of: https://github.com/valkey-io/valkey/issues/43
We still have a usage of master in modules, https://github.com/valkey-io/valkey/blob/717ec1e1440d94ef1ebe064addaffc4970d88c29/src/module.c#L11514, even though we attempted to remove it. Was this a miss @PingXie, or is there some reason we have to...
Update test usage of valkey-tls.so module to use valkey-tls.so instead. Fixes tests failures like https://github.com/valkey-io/valkey/actions/runs/8592855995/job/23543475478.
Opening this issue, as we no longer have a benchmarking framework. Performance is an essential part of Valkey, and we need to make it easier to evaluate if something is...
Here was my attempt at a unit test framework, partially ported over from https://github.com/redis/redis/pull/12085, but it is slightly different. The core idea was to take a lot of the stuff...