TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Valkey 8.0.0-Rc1 is out, focusing in performance and reliability

4 点作者 reconditerose10 个月前

1 comment

reconditerose10 个月前
Valkey (an open-source alternative to Redis) has it&#x27;s first release candidate for 8.0. A sample of some of the features:<p>* A new I&#x2F;O threading architecture that allows dynamically adding and removing threads and increasing the max throughput by almost 3x in some cases. * A new hash table layout for cluster mode that reduces per-key overhead ~15%. * Intelligently embedding keys into the main hash table to further reduce overhead ~8% and improve memory locality: * Share slot-migration state with replicas to make clusters more stable during failure modes. * Send the full-sync over a dedicated channel to improve bootstrapping new nodes into a cluster (up to 50% faster and with less copy on write). * New opt-in cluster metrics to identify hot slots in cluster mode. This should make it easy to plan rebalancing operations.