The Fastest Redis Ever
Redis 8.0-M02 introduces performance enhancements, reducing latency for key commands, adding scaling features, and supporting high-performance vector searches. It is available for download as Docker images.
Read original articleRedis has announced the release of Redis 8.0-M02, the latest milestone in its development, which is touted as the fastest version yet. This update introduces significant performance enhancements, including reduced latency for commonly used commands, with reductions of up to 36% for ZADD and 28% for SMEMBERS compared to the previous version, Redis 7.2.5. The Community Edition now includes features previously exclusive to Redis Cloud and Redis Software, allowing for both vertical and horizontal scaling of the Redis Query Engine. This enables users to manage larger datasets and improve read/write throughput. The update also showcases Redis's capabilities in handling vector searches, demonstrated through a benchmark involving one billion 768-dimensional vectors, achieving high precision and real-time indexing. Redis 8.0-M02 is available for download as an Alpine or Debian Docker image, with plans for further enhancements in future releases. Overall, the majority of Redis users are expected to experience substantial performance improvements.
- Redis 8.0-M02 offers significant latency reductions for key commands.
- New scaling features enhance the Redis Query Engine's capabilities.
- The update supports high-performance vector searches with real-time indexing.
- Redis 8.0-M02 is available for download in Docker image formats.
- Future releases are expected to bring additional improvements and features.
Related
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 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.
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.
Redis users considering alternatives after licensing move
Around 70% of Redis users are seeking alternatives after the shift to restrictive licenses. Valkey, a new open-source option backed by major companies, has emerged in response to these changes.
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 NoSQL competitor to Redis, with features like multi-core utilization and automatic failover, supported by major tech companies.
I’ve been using it since it was in beta. Simple, clear, fast.
The company I’m working for now keeps trying to add more and more functionality using Redis, that doesn’t belong in Redis, and then complains about Redis scaling issues.
This was available for a long time as an extension as part of Redis Stack, but most hosted Redis providers don't make extensions available (I'm assuming due to nuances in Redis's not-quite-open licensing).
If cloud providers which include Redis are now going to include this, it opens up a lot of potential for my use case.
Related
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 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.
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.
Redis users considering alternatives after licensing move
Around 70% of Redis users are seeking alternatives after the shift to restrictive licenses. Valkey, a new open-source option backed by major companies, has emerged in response to these changes.
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 NoSQL competitor to Redis, with features like multi-core utilization and automatic failover, supported by major tech companies.