惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
量子位
Recent Announcements
Recent Announcements
T
The Blog of Author Tim Ferriss
美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
大猫的无限游戏
大猫的无限游戏
V
Visual Studio Blog
博客园 - 聂微东
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
U
Unit 42
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
L
LangChain Blog

Redis

Real-Time Fraud Detection: Latency, Features & Scale Context window in AI: why every token is a budget decision Connecting to Redis Cloud with AWS PrivateLink vs. VPC peering | Redis Redis Data Integration in Redis Cloud is now GA in AWS | Redis Why AI Misses Business Context & How Teams Fix It AI Reasoning Explained: Why Context Matters Semantic Layer vs Context Layer: Key Differences Redis array data type: How it works and when to use it Context Graphs vs. Vector Search: When RAG Falls Short Redis 8.8 performance improvements: Faster string, hash, streams, SCAN & more Redis 8.8: New array data structure & open source features How Conflict-free Replicated Data Types power active-active database replication Context Orchestration: What It Is & How It Works Context Compaction for AI Agents: A Complete Guide Prompt Bloat: Causes, Costs & Fixes for LLM Apps Agentic Retrieval Techniques: A Complete Guide Single-shot reliable consumers with XREADGROUP CLAIM in Redis 8.4 | Redis Long-Horizon AI Agents: Memory & State Infrastructure What is a context engine? What Is a Context Layer? AI Agent Infrastructure Context Retrieval for AI Agents: What It Is & Why It Matters Context Poisoning: How Bad Data Breaks Agent Reasoning Context is all you need: Introducing Redis Iris | Redis Context Engineering for AI: What It Is & How to Build It Dynamic endpoints: Migrate databases without changing your endpoint | Redis AI Shopping Assistants: How They Work & What to Build Endless Aisle Retail: Infrastructure & Real-Time Data LLM Speed Benchmarks: Metrics & Infrastructure Guide Context Pruning: Cut LLM Tokens Without Losing Quality What’s new in two – April 2026 edition
What’s new in two – May 2026 edition
Redis · 2026-05-30 · via Redis

Welcome back to “What’s new in two,” your quick hit of Redis releases you might’ve missed over the last month. If your backlog has been winning lately, no worries—we’ve got the recap. We’re covering the biggest updates from May and expanding on what I covered in the latest video. Prefer the faster version? Hit play and watch instead.

Introducing Redis Iris

This month we launched Redis Iris, our new context engine built for AI agents. Because agents don’t have an intelligence problem, they have a context problem.

Redis Iris sits between your agents and your enterprise data, giving them fast, live, agent-ready context instead of stale prompts and brittle integrations. It combines Redis Context Retriever, Redis Agent Memory, Redis Data Integration, Redis LangCache, and Redis Search into a single system designed to help agents retrieve the right data, maintain memory across tasks, and act in real time.

Two new capabilities are included in the preview: Context Retriever, which makes external data sources navigable by agents, and Agent Memory, which preserves short- and long-term memory across workflows and sessions.

If you’re building AI agents that need to reason across operational systems, customer data, documents, and real-time events without falling apart halfway through the workflow, Redis Iris is worth a look.

Redis Open Source 8.8 now generally available

Redis 8.8 brings major performance improvements across core workloads, new native data structures, more resilient stream processing for AI agents, and lower infrastructure costs for vector-heavy apps.

Performance gains including up to 83% higher throughput for Streams workloads and up to 74% improvements for Sorted Sets. Vector storage in JSON also gets dramatically more memory efficient, with new floating-point precision controls enabling up to 92% memory savings for AI workloads.

We’re also introducing Array, a new native data structure written by Salvatore Sanfilippo, designed for indexed data patterns like rolling windows, random access, and range aggregations with better performance and memory efficiency.

On the operational side, Redis 8.8 adds built-in window-counter rate limiting with the new INCREX command, reducing the need for Lua-based implementations and custom workarounds. Stream processing also gets more resilient with the new XNACK command for explicit failure handling in consumer groups, making recovery behavior more predictable for agent workflows and event-driven systems.

Hash subkey notifications and multi-aggregation time series commands round out the release, giving teams more granular event visibility and faster analytics queries with fewer network round-trips.

Redis 8.8 capabilities are expected to land in Redis Cloud and Redis Software late summer so follow this series to keep up to date on when that lands.

RDI 1.18 brings faster ingestion & Snowflake support

Redis Data Integration 1.18 shipped with two major additions: a new Flink-based processor and preview support for Snowflake as a source.

The new Flink processor dramatically increases ingestion throughput for large data sets and trivial transformations, delivering up to 3.4x higher throughput in some scenarios. Streaming CDC throughput also jumps from 10k/s to 20k/s, giving teams more headroom for high-volume pipelines.

We also added preview support for Snowflake sources in Helm-based deployments, including multi-schema capture in a single pipeline. That opens the door for more reverse ETL workflows, where data and features generated in the warehouse can move directly into Redis to power real-time apps, personalization, fraud detection, and operational workflows.

RDI 1.18 also includes new API v2 capabilities for DLQ inspection, target flush operations, and CDC-readiness validation, plus reliability and security updates across the platform.

Redis Software adds certificate-based authentication with LDAP authorization

Redis Software now supports certificate-based authentication with centralized LDAP/AD authorization, giving organizations a passwordless way to manage access through their existing identity systems.

That means no local Redis user management for human access, faster onboarding and deprovisioning, and permissions that stay aligned with LDAP or Active Directory automatically at login. In other words, fewer manual sync processes and fewer chances for someone to keep access longer than they should.

The update also helps security teams tighten governance with centralized access policies, stronger auditability, and support for modern certificate-based workflows. Organizations using platforms like Teleport can also support short-lived certificates to reduce long-term credential exposure. Want to learn more? Check the docs.

PrivateLink is now fully GA

AWS PrivateLink resource endpoints are now fully generally available across Redis Cloud Pro deployments, including both Redis Enterprise and OSS clustering support, plus Smart Client Handoffs for smoother maintenance and upgrades.

For most deployments, PrivateLink is now the recommended default connectivity model. It keeps Redis traffic off the public internet while providing scoped, directional access to specific Redis resources instead of exposing entire VPCs to each other. It also works with overlapping CIDR ranges, which saves a lot of networking pain once environments start getting complicated.

Most apps won’t see a noticeable performance difference, which makes PrivateLink the easier default choice for teams that care about security, compliance, and simpler network management.

Dynamic endpoints arrive in Redis Cloud

We also introduced dynamic endpoints for Redis Cloud in public preview.

Most database migrations aren’t technically difficult. Coordinating endpoint changes across dozens of apps, services, jobs, and owners is the part everyone dreads.

Dynamic endpoints solve that by giving you a stable hostname that can redirect traffic between Redis databases. Instead of updating app configs every time you move from Essentials to Pro, migrate regions, switch clouds, or handle disaster recovery, you redirect the endpoint once and keep your apps connected to the same hostname throughout the move. Learn more on the docs.

That’s a wrap on this months’ updates. Whether you prefer watching or reading, catch more valuable updates in my next two-minute episode. See you next time.