Valkey 8 sets a new bar for open-source in-memory NoSQL data storage
Valkey 8.0 has been released, enhancing performance and reliability as a competitor to Redis, with features like multi-core utilization and automatic failover, receiving strong support from major tech companies.
Read original articleValkey 8.0 has been released as a significant advancement in open-source in-memory NoSQL data storage, positioning itself as a strong competitor to Redis. Announced at the Open Source Summit Europe, this version enhances performance, reliability, and observability, marking a pivotal moment for the project that originated from a Redis fork due to licensing changes. Valkey 8.0 maintains compatibility with Redis OSS 7.2.4 while introducing features that users have long desired. Key improvements include intelligent multi-core utilization and asynchronous I/O threading, which increase throughput to 1.2 million requests per second, tripling previous performance. The update also features dual-channel replication, enhanced cluster scaling, comprehensive performance monitoring metrics, optimized memory usage, and automatic failover capabilities. The release has received positive feedback from users and industry leaders, with notable support from major tech companies like AWS, Google Cloud, and Oracle. The rapid development of Valkey follows Redis's controversial shift to a source-available license, prompting community members to fork the code and establish the Valkey Community Foundation. This swift transition highlights Valkey's potential for growth and market acceptance, while concerns loom for Redis's future.
- Valkey 8.0 significantly enhances performance and reliability compared to Redis.
- The release includes features like multi-core utilization and automatic failover.
- Major tech companies support Valkey, indicating strong industry backing.
- Valkey emerged quickly after Redis's licensing changes prompted community action.
- The future looks promising for Valkey, while Redis faces challenges ahead.
Related
Redis Alternative at Apache Software Foundation Now Supports RediSearch and SQL
A new query engine, KQIR, supports SQL and RediSearch queries for Apache Kvrocks, a Redis-compatible database. It aims to combine performance with transaction guarantees and complex query support, utilizing an intermediate language for consistency. Future plans include expanding field types and enhancing transaction guarantees.
Show HN: Valkey-Operator Kubernetes Operator for Valkey (Redis Fork)
The valkey-operator GitHub repository facilitates provisioning Valkey (Redis) clusters in Kubernetes, requiring specific software versions and providing installation and uninstallation instructions along with licensing details.
Why is single threaded Redis so fast
Redis is a high-performance, in-memory key-value database that achieves around 100,000 queries per second, utilizing a single-threaded architecture, efficient data structures, and non-blocking I/O for optimal performance.
Valkey achieved one million RPS 6 months after forking from Redis
Valkey 8.0 RC2 achieves over 1.19 million requests per second through advanced memory access techniques, including speculative execution and interleaving, with a guide for performance reproduction on AWS EC2.
Valkey 8.0 Released as Speedy Redis Fork Achieving One Million RPS
Valkey 8.0, a high-performance Redis fork backed by Amazon, Google Cloud, and Oracle, aims for one million requests per second, featuring significant speed enhancements and full compatibility with Redis OSS 7.2.4.
Related
Redis Alternative at Apache Software Foundation Now Supports RediSearch and SQL
A new query engine, KQIR, supports SQL and RediSearch queries for Apache Kvrocks, a Redis-compatible database. It aims to combine performance with transaction guarantees and complex query support, utilizing an intermediate language for consistency. Future plans include expanding field types and enhancing transaction guarantees.
Show HN: Valkey-Operator Kubernetes Operator for Valkey (Redis Fork)
The valkey-operator GitHub repository facilitates provisioning Valkey (Redis) clusters in Kubernetes, requiring specific software versions and providing installation and uninstallation instructions along with licensing details.
Why is single threaded Redis so fast
Redis is a high-performance, in-memory key-value database that achieves around 100,000 queries per second, utilizing a single-threaded architecture, efficient data structures, and non-blocking I/O for optimal performance.
Valkey achieved one million RPS 6 months after forking from Redis
Valkey 8.0 RC2 achieves over 1.19 million requests per second through advanced memory access techniques, including speculative execution and interleaving, with a guide for performance reproduction on AWS EC2.
Valkey 8.0 Released as Speedy Redis Fork Achieving One Million RPS
Valkey 8.0, a high-performance Redis fork backed by Amazon, Google Cloud, and Oracle, aims for one million requests per second, featuring significant speed enhancements and full compatibility with Redis OSS 7.2.4.