





















Redis 8.8 reached GA today for the Redis open-source project providing a high performance, in-memory data store.
Notable with Redis 8.8 is introducing an Array data structure. Yes, finally having native array support within Redis for use-cases like aggregating or grep'ing data remotely or when having data dependent upon the relative position. Details on the new array type for Redis can be found via this pull that landed the array support.
Redis 8.8 also brings new performance improvements like now enabling link-time optimizations (LTO) by default for x86_64 release builds, improving thread utilization, reducing FFI overhead by porting some code to Rust, some ARM64 optimizations, batched prefetch for more operations, and various other performance optimizations.
Downloads and more details on today's Redis 8.8 open-source release can be found via GitHub.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。