Skip to content

Commit 4cd0a97

Browse files
Update content/blog/2025-10-15-introducing-valkey-9/index.md
Co-authored-by: Madelyn Olson <[email protected]> Signed-off-by: Kyle J. Davis <[email protected]>
1 parent c3426df commit 4cd0a97

File tree

1 file changed

+1
-1
lines changed
  • content/blog/2025-10-15-introducing-valkey-9

1 file changed

+1
-1
lines changed

content/blog/2025-10-15-introducing-valkey-9/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Numbered databases have a whole host of use cases and some very handy clustering
6868
Valkey 9.0 brings numerous small changes and improvements:
6969

7070
* **[Un-deprecation](https://github.com/valkey-io/valkey/pull/2546)**: In a similar vein to numbered databases, the project re-evaluated 25 previously deprecated commands and, based on the project stance of API backward compatibility, restored the usage recommendation for these commands.
71-
* **Zero copy responses**: Large requests avoid internal memory copying, yielding up to 20% higher throughput,
71+
* **[Zero copy responses](https://github.com/valkey-io/valkey/pull/2078)**: Large requests avoid internal memory copying, yielding up to 20% higher throughput,
7272
* **[Pipeline memory prefetch](https://github.com/valkey-io/valkey/pull/2092)**: Memory prefetching when pipelining, yielding up to 40% higher throughput,
7373
* **[Multipath TCP](https://github.com/valkey-io/valkey/pull/1811)**: Adds Multipath TCP support which can reduce latency by 25%.
7474
* **[SIMD for BITCOUNT and HyperLogLog](https://github.com/valkey-io/valkey/pull/1741)**: optimizations that yield up to a 200% higher throughput,

0 commit comments

Comments
 (0)