April 2026 Summaries
3 posts from Dragonfly
Filter
Month:
Year:
Post Summaries
Back to Blog
Dragonfly Cloud has introduced an automatic memory-aware rebalancing system that addresses the common issue of uneven memory distribution in distributed clusters, which traditional rebalancing tools fail to solve by only spreading hash slots evenly by count. This new feature measures memory utilization at the individual slot level and redistributes slots based on actual memory usage, thus preventing performance problems caused by overloaded shards. Unlike other tools like ElastiCache and Valkey, which do not account for memory weight, Dragonfly's approach allows rebalancing during configurable windows to minimize disruptions to latency-sensitive workloads. This innovation leads to improved cost efficiency and performance predictability for large, memory-bound clusters, as it prevents the need for over-provisioning and manual interventions.
Apr 28, 2026
783 words in the original blog post.
Dragonfly Cloud revolutionizes high availability in production caching and data layers by embedding failure detection directly into the data plane, eliminating the need for the traditional Redis Sentinel infrastructure. This approach significantly reduces failover times from over 30 seconds to about one second for software failures and around 10 seconds for hardware failures, without requiring additional infrastructure or complex client connections. Dragonfly Cloud utilizes dual-path failure detection mechanisms tailored for different failure modes: local detection for process failures and peer ICMP monitoring for hardware failures. This method allows for instant and accurate health assessments, resulting in faster and simpler failover processes. By removing the complexities of managing separate monitoring infrastructures, Dragonfly Cloud offers a streamlined, highly responsive, and easily scalable solution, ensuring data consistency and minimal disruption to latency-sensitive workloads.
Apr 20, 2026
1,467 words in the original blog post.
Redbus, a leading travel ticketing platform, transitioned its distributed caching system from AWS ElastiCache to Dragonfly to reduce costs and enhance efficiency. The move was prompted by changes in the Redis license and the emergence of Valkey as a successor fork. However, Redbus sought to explore alternatives that could provide more substantial performance and scalability improvements. Dragonfly's architecture, which uses a thread-per-core, shared-nothing design, appealed to Redbus due to its ability to overcome Redis's single-threaded limitations. Benchmarks demonstrated Dragonfly's superior performance in throughput, latency, and memory efficiency compared to both Redis and Valkey, leading to a decision to adopt Dragonfly Cloud for production deployment. This choice enabled Redbus to focus on its core business without the operational burden of managing new infrastructure, achieving a significant reduction in caching costs and improved hardware utilization across its services. The experience underscored the importance of using forced migrations as opportunities to reevaluate and optimize system architectures for better performance and cost efficiency.
Apr 14, 2026
1,223 words in the original blog post.