Home / Companies / Redis / Blog / November 2025

November 2025 Summaries

9 posts from Redis

Filter
Month: Year:
Post Summaries Back to Blog
Azure offers two Redis services, Azure Cache for Redis and Azure Managed Redis, which initially might seem redundant but serve distinct purposes. Azure Cache for Redis, the original service, featured various plans with different cores, leading to challenges in code and data migration when upgrading, as well as high costs for certain tiers. In contrast, Azure Managed Redis was developed to provide a more seamless experience by using Redis Enterprise software across all tiers, offering flexibility with performance-based tiers rather than feature-gated ones. This new service allows developers to easily scale or switch tiers without migration, making it more cost-effective and suitable for production. Tuned specifically for Azure infrastructure, Azure Managed Redis offers enhanced performance and has become integral for AI applications, supporting advanced functionalities like vector search and semantic caching. For new projects in Azure, Azure Managed Redis offers a consistent and scalable solution that adapts to growing workloads.
Nov 30, 2025 352 words in the original blog post.
Infosys and Redis Cloud are collaborating to enhance secure Open Banking by leveraging tokenization and Redis's real-time data platform. Tokenization is pivotal in safeguarding sensitive data by replacing it with tokens, fostering secure exchanges in Open Banking environments. This partnership enables financial institutions to achieve sub-millisecond performance while ensuring compliance with regulations like PSD2 and GDPR. Redis Cloud enhances the performance of tokenization processes through its in-memory architecture, providing fast token validation, session management, and API performance optimization. It supports multi-cloud integration and offers real-time monitoring, aiding banks in maintaining security, compliance, and speed across various financial services, including payments, wealth management, and digital banking. Infosys brings its deep financial expertise, while Redis contributes real-time data handling capabilities, together offering a scalable and secure solution for modern financial demands. Redis and Infosys aim to help banks transition to agile, cloud-native architectures without compromising security or regulatory adherence.
Nov 25, 2025 919 words in the original blog post.
Redis 8.4 introduces significant advancements aimed at enhancing speed, simplicity, and power, particularly for AI application development. The release features hybrid search capabilities that integrate full-text and vector search for more flexible querying, alongside substantial improvements in performance and memory management. The new FT.HYBRID command offers a seamless merging of full-text and vector similarity results, eliminating previous complexities and improving retrieval precision and speed. Additionally, Redis 8.4 enhances multi-threaded I/O handling, leading to significant throughput and latency improvements, particularly for large-scale search workloads. Memory management is improved through better allocation strategies and the efficient storage of JSON data, reducing memory usage significantly for numeric arrays. The update also simplifies operational processes with new atomic operations for handling Redis streams and string keys, and introduces Atomic Slot Migration for more efficient and reliable clustering operations, addressing previous migration challenges and improving performance. These enhancements reflect Redis's commitment to providing a robust, efficient, and scalable platform for developers.
Nov 25, 2025 2,196 words in the original blog post.
Redis 8.4 introduces the FT.HYBRID API, a significant enhancement in context-oriented retrieval for intelligent agents, allowing seamless integration of full-text and vector searches. This unified API facilitates the retrieval, filtering, and ranking of contextually relevant data by combining symbolic precision and semantic understanding in real-time. Research from Anthropic and Apple ML Research underscores the importance of hybrid retrieval, showing that it notably improves accuracy and reduces context failure rates compared to single-mode retrieval. The FT.HYBRID API enables developers to implement complex retrieval strategies, such as prioritizing recent interactions, regionalizing context, and mixing semantic with exact matches, without sacrificing speed or precision. By leveraging this API, Redis transforms from a fast search engine into a comprehensive context engine, enhancing the reasoning capabilities of AI agents by allowing them to retrieve nuanced, context-aware information efficiently.
Nov 17, 2025 818 words in the original blog post.
The Redis MCP Server extension is now accessible in the Gemini CLI extensions gallery, allowing integration of Redis's real-time data management capabilities with natural language interfaces for code assistants and agentic apps. Redis MCP Server facilitates efficient data management and search using Redis’s robust data structures and features like JSON data modeling, real-time indexing, and semantic caching, making it suitable for modern GenAI and app development. Installing the Redis MCP Server extension in Gemini CLI is straightforward, and it connects seamlessly to a local Redis instance, offering tools for data querying and manipulation directly within the CLI environment. This integration enhances development by unifying data and code management, allowing developers to manage sessions, caching, and more, while leveraging tools like Redis Insight for data inspection. Users can customize their setup via the GEMINI.md file, enabling precise control over how data is stored and accessed, thereby optimizing the development workflow with capabilities such as issuing natural language commands, managing data structures, and integrating session management features in applications.
Nov 17, 2025 823 words in the original blog post.
Redis has partnered with Fierce Software to enhance innovation in the Federal, Defense, and System Integrator markets by providing real-time data capabilities. This collaboration aims to empower public sector organizations to implement faster and more efficient solutions through Redis's in-memory data and AI platform, which supports vector databases, caching, NoSQL data stores, and custom configurations across various environments. Fierce Software's expertise in public sector IT and connections within government and defense sectors make it an ideal partner to expand the availability of Redis Enterprise and Redis Cloud to a wider network of federal and defense clients, enabling the development of high-performance, AI-enabled applications. This partnership is built on a shared commitment to drive mission-critical innovation, optimize infrastructure, and deliver next-generation digital experiences, thereby redefining possibilities in government technology.
Nov 17, 2025 437 words in the original blog post.
RedisVL, an AI-native developer interface for Redis, is gaining significant momentum due to its utility in AI applications, particularly those utilizing large language models (LLMs). Originally designed as a simple vector search convenience layer, RedisVL has evolved to function as a real-time context engine, experiencing a notable increase in downloads, especially following its LangGraph Checkpointer integration. The latest Python release, RedisVL 0.11.0, introduces advanced features like multi-vector queries, enhanced full-text query customization, and a new vector index algorithm, SVS-Vamana, optimizing performance and memory usage. Additionally, the integration of Redis LangCache facilitates efficient semantic caching for LLM applications, reducing costs and latency. RedisVL has also expanded to Java, providing a comprehensive AI infrastructure that supports vector search, semantic caching, and embeddings storage, and is expected to extend support to more programming languages in the future. This broadening functionality and cross-language compatibility underscore RedisVL's role as a crucial tool for developers building context-rich, low-latency AI systems.
Nov 14, 2025 929 words in the original blog post.
Redis has reached a significant milestone of 10 billion Docker pulls, underscoring its importance and versatility as a foundational technology for developers. Initially gaining recognition as a reliable data caching solution, Redis has evolved into a multi-functional tool supporting diverse use cases, including streaming and NoSQL database workloads. The platform's popularity has surged, with over 2.25 million average daily pulls, driven by its adaptability and the continuous innovation led by its community. Notably, Redis is increasingly used for storing data in AI applications, with 43% of developers indicating its use for such purposes in a recent Stack Overflow Developer Survey. This growth trajectory reflects Redis's pivotal role in developing performant, agentic platforms, driven by ongoing enhancements to meet the evolving needs of developers and its community.
Nov 07, 2025 531 words in the original blog post.
Azure Managed Redis is now generally available, offering the performance and modules of Redis Enterprise within the Azure ecosystem, integrated with Azure's security and billing. Although the Terraform azurerm provider version 4.5 does not yet support certain features like Persistence and Non-Clustered mode, the AzAPI provider can be used to deploy Azure Managed Redis with full functionality by interfacing directly with Azure's REST APIs. The transition from Azure Cache for Redis to Azure Managed Redis is recommended, as Microsoft has announced a timeline for the retirement of new Azure Cache for Redis instances by October 2026. Using AzAPI with Terraform allows immediate deployment of Redis with features unavailable in azurerm 4.5, providing a future-proof solution that can easily switch back to the native provider once it supports all functionalities. The AzAPI provider offers benefits such as full feature access, direct API interaction, and a stable module interface, enabling effective management of Redis deployments in Azure.
Nov 05, 2025 598 words in the original blog post.