Roshan Khatri
Roshan Khatri
- [x] External Server tests on PRs (`.github/workflows/external.yml`) - [ ] Change parts in Issue templates
``` ./src/placeholderkv-server 39910:C 27 Mar 2024 23:07:34.574 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it...
This PR adds a logic to cache `CLUSTER SLOTS` response for reduced latency and also update the cache when a change in the cluster is detected. Historically, `CLUSTER SLOTS` command...
This resolves (1.viii) from https://github.com/valkey-io/valkey/issues/43 > REDIS_FLAGS will be updated to SERVER_FLAGS. Maybe we should also allow REDIS_FLAGS -> SERVER_FLAGS as well, for an extra layer of compatibility.
## Valkey Releases The release process at a high level will look like as follows: 1. Version Tags (7.2.4) would have be created. 2. Once the Tag is pushed to...
From https://github.com/redis/redis/issues/12213 This would enable publishing multiple messages on a single cluster bus message, avoiding the high cost incurred from the metadata overhead for a cluster bus message and increase...
[related to](https://github.com/valkey-io/valkey/issues/230) Adds workflows to build Valkey binaries and push to S3 to make it available to download from the website The Workflows can be triggered by pushing a release...
### The Benchmarking Setup: - Instance: `r6g.metal`(ARM) - Node: 1 (for `clustermode`: single shard setup) - Clients: 50 - Pipelining: 10 - Requests: 10000000 - Data sizes: 16,128,1024 - Commands:...
**The problem/use-case that the feature addresses** This would be helpful to catch test failures that happen in daily tests before they get to the unstable branch for complex as well...
# **Valkey Benchmarking Automation Framework** Similar Benchmarking Tool as a small project that I made while benchmarking 7.2 vs 8 that ran standard tests daily on OSS Valkey 'valkey-benchmark'. Although,...