VoletiRam
VoletiRam
**Describe the bug** LFU/LRU is not applied to the shared objects. This PR: https://github.com/valkey-io/valkey/commit/d71478a88 delays the initialization of LRU/LFU for objects until it is added to the db as a...
Fix LFU/LRU of shared objects. Initiatlize LRU/LFU information on the objects before marking it as shared. Related issue: https://github.com/valkey-io/valkey/issues/220
Fix `cluster_config_consistent` proc of tcl tests by verifying the node status to be online. We expect the `start_server` to create the desired primaries and replicas before the start of the...
Maintain deterministic order of CLUSTER SHARDS response. Currently we don't maintain the shards/masters in sorted fashion and hence we get the order of CLUSTER SHARDS response non-deterministic on different nodes....
## Background Currently, valkey-benchmark only supports synthetic data generation through placeholders like `__rand_int__` and `__data__`. This limits realistic performance testing since synthetic data doesn't reflect real-world usage patterns, data distributions,...
Currently, valkey-benchmark only supports synthetic data generation through placeholders like `__rand_int__ `and `__data__`. This limits realistic performance testing since synthetic data doesn't reflect real-world usage patterns, data distributions, or content...