Home / Companies / Dragonfly / Blog / August 2025

August 2025 Summaries

5 posts from Dragonfly

Filter
Month: Year:
Post Summaries Back to Blog
Dragonfly Cloud Enterprise is introduced as a robust solution for organizations with demanding in-memory data workloads, offering features such as bring-your-own-cloud (BYOC), autoscaling, and multi-region backups. Designed for handling massive datasets and ultra-high throughput operations, it emphasizes security, reliability, and cost-effectiveness, guaranteeing at least 30% cost savings over existing in-memory cloud services. At its core is the Dragonfly Swarm technology, enabling limitless horizontal scalability by maximizing the potential of each instance before expanding further. Intelligent read replicas optimize read-heavy workloads by distributing traffic and reducing latency, while advanced autoscaling dynamically adjusts resources to maintain performance. Offering enterprise-level support and ensuring data durability with multi-region backups, Dragonfly Cloud Enterprise aims to help organizations transition from legacy technologies to a future-proofed data infrastructure.
Aug 27, 2025 872 words in the original blog post.
Integrating Apache Airflow with Celery and Dragonfly provides a robust solution for workflow orchestration with enhanced performance and scalability. Apache Airflow is a popular tool for scheduling and monitoring workflows, often paired with Celery, a distributed task queue using Redis for task management. However, Dragonfly emerges as a superior alternative to Redis, offering 25 times the throughput, thanks to its multi-threaded, in-memory architecture that scales with CPU cores and supports distributed multi-shard clustering. This integration guide outlines the steps to set up Airflow with Celery and Dragonfly, emphasizing Dragonfly's advantages in performance, scalability, cost efficiency, and flexibility, making it a compelling choice for high-traffic applications. The guide also introduces uv, a fast Python package manager, and details the configuration of Airflow components to work seamlessly with Dragonfly, highlighting the potential for significant improvements in task management efficiency and infrastructure cost savings. As a result, users can build a high-performance data orchestration system capable of handling demanding workloads, positioning Dragonfly as a disruptive technology in the field.
Aug 21, 2025 2,274 words in the original blog post.
Zedia, a Brazilian startup focusing on delivering targeted ads via TV signals, significantly improved its ad delivery system's cost-efficiency and performance by switching from Redis to Dragonfly, a high-performance, Redis-compatible in-memory data store. The transition was driven by Redis's inability to handle the high volume of connections and requests without crashing, leading to increased operational complexity and costs, especially with the Brazilian currency devalued against the US dollar. Dragonfly provided Zedia with seamless Redis compatibility, allowing them to adopt it without code changes, and its ability to manage millions of requests per second reduced the need for horizontal scaling, thus lowering AWS bills. Despite the occasional challenges posed by AWS spot instances, Zedia implemented cloud storage-based snapshots and optimized their deployment strategy, ensuring reliable recovery and further cost reductions. This transition has allowed Zedia to maintain high performance and reliability at a lower cost, with plans to explore additional platforms like GCP to optimize further as they scale.
Aug 20, 2025 921 words in the original blog post.
Dragonfly offers three main strategies to achieve high availability for its deployments, catering to different infrastructure needs and preferences. Redis Sentinel provides a time-tested solution by monitoring and managing failovers for Dragonfly instances, using a distributed system to avoid single points of failure. Meanwhile, the Dragonfly Kubernetes Operator integrates with Kubernetes to manage high availability in a cloud-native manner, offering health checks and scaling capabilities, though it lacks the sophisticated replica selection of Sentinel. Lastly, Dragonfly Cloud presents a fully managed, autopiloted approach where high availability configurations, including failovers and replica management, are handled automatically across availability zones, ensuring seamless operations without manual intervention. Each option provides unique advantages, allowing users to choose based on their specific requirements for control, integration, and ease of use.
Aug 14, 2025 1,954 words in the original blog post.
Dragonfly's geospatial indexes leverage high-performance sorted sets, powered by B+ trees, to enable fast and efficient location queries, which are critical for applications like ride-sharing services. By using the Geohash encoding technique, Dragonfly converts two-dimensional geographic coordinates into a one-dimensional string that maintains spatial proximity, allowing it to effectively store and query geographic data as integer values in sorted sets. This approach provides precise and efficient handling of location-based queries by utilizing existing sorted set functionalities for range queries and ordered storage. The use of B+ trees in Dragonfly, as opposed to skiplists used by other systems like Redis, results in better memory efficiency, higher throughput, and consistent performance, even under heavy load. This architectural design allows Dragonfly to deliver low latency and high throughput for geospatial queries, demonstrating a sophisticated yet elegantly simple implementation of geospatial features built on robust foundational structures.
Aug 06, 2025 1,928 words in the original blog post.