<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>What&#39;s new? on Docs</title>
    <link>https://redis.io/docs/latest/develop/whats-new/</link>
    <description>Recent content in What&#39;s new? on Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://redis.io/docs/latest/develop/whats-new/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Redis 8.4</title>
      <link>https://redis.io/docs/latest/develop/whats-new/8-4/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/whats-new/8-4/</guid>
      <description>&lt;p&gt;Redis 8.4 builds on the foundation of Redis 8.2 with significant enhancements to cluster operations, string manipulation, and stream processing capabilities.&lt;/p&gt;&#xA;&lt;p&gt;This release delivers major improvements across multiple areas:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Atomic cluster slot migration for zero-downtime operations&lt;/li&gt;&#xA;&lt;li&gt;Enhanced string operations with atomic compare-and-set functionality&lt;/li&gt;&#xA;&lt;li&gt;Advanced stream processing with idle entry claiming&lt;/li&gt;&#xA;&lt;li&gt;Hybrid search capabilities combining multiple ranking algorithms&lt;/li&gt;&#xA;&lt;li&gt;High-performance SIMD optimizations for bit operations and vector processing&lt;/li&gt;&#xA;&lt;li&gt;Improved JSON handling with better memory efficiency&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Below is a detailed breakdown of these updates.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redis 8.2</title>
      <link>https://redis.io/docs/latest/develop/whats-new/8-2/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/whats-new/8-2/</guid>
      <description>&lt;p&gt;Redis 8.2 builds on the foundation of Redis 8.0 with significant performance and memory optimizations, enhanced streaming capabilities, and improved cluster management tools.&lt;/p&gt;&#xA;&lt;p&gt;This release delivers major improvements across multiple areas:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Enhanced Redis Streams with new commands for better consumer group management&lt;/li&gt;&#xA;&lt;li&gt;New bitmap operations for advanced bit manipulation&lt;/li&gt;&#xA;&lt;li&gt;Advanced cluster monitoring with per-slot usage metrics&lt;/li&gt;&#xA;&lt;li&gt;Optimized vector search with new compression algorithms&lt;/li&gt;&#xA;&lt;li&gt;Enhanced keyspace notifications with new event types&lt;/li&gt;&#xA;&lt;li&gt;More than 15 performance and resource utilization improvements&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Below is a detailed breakdown of these updates.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redis 8.0</title>
      <link>https://redis.io/docs/latest/develop/whats-new/8-0/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/whats-new/8-0/</guid>
      <description>&lt;p&gt;Redis 8.0 introduces powerful new capabilities, including the beta release of the Vector Set data structure, designed for AI use cases such as semantic search and recommendation systems.&lt;/p&gt;&#xA;&lt;p&gt;This release also delivers over 30 performance improvements, including:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Up to 87% faster command execution&lt;/li&gt;&#xA;&lt;li&gt;Up to 18% faster replication&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Additionally, the Redis Community Edition has been renamed to Redis Open Source, marking a shift toward a unified, modern distribution. This version offers the full power of Redis — no modules, no fragmentation — just Redis.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redis 7.4</title>
      <link>https://redis.io/docs/latest/develop/whats-new/7-4/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/whats-new/7-4/</guid>
      <description>&lt;p&gt;Redis 7.4 introduces several new features and improvements aimed at enhancing memory efficiency, performance, and ease of use for various applications. These updates include support for hash field expiration, new memory-efficient data types for AI workloads, simplified secondary indexing, and time series optimizations. Additionally, Redis 7.4 brings several behavior and component changes.&#xA;Below is a detailed breakdown of these updates.&lt;/p&gt;&#xA;&lt;h2 id=&#34;new-features&#34; class=&#34;group relative&#34;&gt;&#xA;  New features&#xA;  &lt;a href=&#34;#new-features&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;hash-field-expiration-support&#34; class=&#34;group relative&#34;&gt;&#xA;  Hash field expiration support&#xA;  &lt;a href=&#34;#hash-field-expiration-support&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;Redis 7.4 adds the ability to set expiration times for individual hash fields or adjust their remaining TTL. This feature, long-requested by users, improves memory efficiency and performance, especially in caching and session storage scenarios.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redis 7.2</title>
      <link>https://redis.io/docs/latest/develop/whats-new/7-2/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/whats-new/7-2/</guid>
      <description>&lt;p&gt;Redis version 7.2 introduces new capabilities, including improved geospatial queries, and streamlined JSON data manipulation. Performance optimizations, client-side enhancements, and behavioral refinements further improve the efficiency, security, and usability of Redis.&#xA;Below is a detailed breakdown of these updates.&lt;/p&gt;&#xA;&lt;h2 id=&#34;new-features&#34; class=&#34;group relative&#34;&gt;&#xA;  New features&#xA;  &lt;a href=&#34;#new-features&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;geospatial-queries-with-polygon-search&#34; class=&#34;group relative&#34;&gt;&#xA;  Geospatial queries with polygon search&#xA;  &lt;a href=&#34;#geospatial-queries-with-polygon-search&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;Redis Query Engine now supports querying geospatial data using polygon search, enabling developers to efficiently filter and retrieve data within complex geographic boundaries.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redis 6.2</title>
      <link>https://redis.io/docs/latest/develop/whats-new/6-2/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/whats-new/6-2/</guid>
      <description>&lt;p&gt;Redis version 6.2 introduces new capabilities designed to improve data indexing, querying, and analytics. This update brings multi-value indexing, expanded wildcard query support, and a new probabilistic data structure for quantile estimation. Additionally, significant enhancements to Redis streams and time series data processing offer greater flexibility for developers working with real-time and historical datasets. Over 25 new commands have been added to Redis that address key feature requests and further extending its capabilities.&#xA;Below is a detailed breakdown of these improvements.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redis feature sets</title>
      <link>https://redis.io/docs/latest/develop/whats-new/redis-feature-sets/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/whats-new/redis-feature-sets/</guid>
      <description>&lt;p&gt;A Redis feature set includes a specific Redis database version along with the advanced capabilities and data structures provided by compatible module versions.&lt;/p&gt;&#xA;&lt;p&gt;To use a new feature introduced in a later feature set, you must upgrade the corresponding components according to the following table.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Redis feature set&lt;/th&gt;&#xA;          &lt;th&gt;What&#39;s new&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Feature set version:&lt;/strong&gt; 8.4&lt;/td&gt;&#xA;          &lt;td&gt;See &lt;a href=&#34;https://redis.io/docs/latest/develop/whats-new/8-4/&#34;&gt;here&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Feature set version:&lt;/strong&gt; 8.2&lt;/td&gt;&#xA;          &lt;td&gt;See &lt;a href=&#34;https://redis.io/docs/latest/develop/whats-new/8-2/&#34;&gt;here&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Feature set version:&lt;/strong&gt; 8.0&lt;/td&gt;&#xA;          &lt;td&gt;See &lt;a href=&#34;https://redis.io/docs/latest/develop/whats-new/8-0/&#34;&gt;here&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Feature set version:&lt;/strong&gt; 7.4&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Component versions:&lt;/strong&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes/&#34;&gt;Redis 7.4&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes/&#34;&gt;Search 2.10&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes/&#34;&gt;JSON 2.8&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes/&#34;&gt;Time series 1.12&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes/&#34;&gt;Bloom 2.8&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Hash&lt;/strong&gt;: &lt;br&gt;- &lt;a href=&#34;https://redis.io/docs/latest/develop/data-types/hashes/#field-expiration&#34;&gt;Expiration of individual hash fields&lt;/a&gt;. &lt;br&gt; &lt;strong&gt;Streams&lt;/strong&gt;: &lt;br&gt;- To start reading from the last stream message, use &lt;a href=&#34;https://redis.io/docs/latest/commands/xread/&#34;&gt;&lt;code&gt;XREAD&lt;/code&gt;&lt;/a&gt; with the new ID value &lt;code&gt;+&lt;/code&gt;.&lt;br&gt; &lt;strong&gt;Time series&lt;/strong&gt;: &lt;br&gt;Insertion-filter for close samples. &lt;br&gt; &lt;strong&gt;JSON&lt;/strong&gt;: &lt;br&gt;- A fix to not duplicate &lt;code&gt;AOF&lt;/code&gt; commands multiple times in &lt;a href=&#34;https://redis.io/docs/latest/commands/json.mset/&#34;&gt;&lt;code&gt;JSON.MSET&lt;/code&gt;&lt;/a&gt;. &lt;br&gt; &lt;strong&gt;Probabilistic&lt;/strong&gt;: &lt;br&gt;- Returns an error if &lt;a href=&#34;https://redis.io/docs/latest/commands/cms.merge/&#34;&gt;&lt;code&gt;CMS.MERGE&lt;/code&gt;&lt;/a&gt; results in an overflow or underflow. &lt;br&gt; &lt;strong&gt;Redis Query Engine&lt;/strong&gt;: &lt;br&gt;- New &lt;code&gt;BFLOAT16&lt;/code&gt; and &lt;code&gt;FLOAT16&lt;/code&gt; vector data types, reducing memory consumed by vectors while preserving accuracy. &lt;br&gt;- Support for indexing empty and missing values and enhanced developer experience for queries with exact matching capabilities. &lt;br&gt;- You can match &lt;code&gt;TAG&lt;/code&gt; fields without needing to escape special characters. &lt;br&gt;- Expanded geospatial search with new &lt;code&gt;INTERSECT&lt;/code&gt; and &lt;code&gt;DISJOINT&lt;/code&gt; operators, improved reporting of the memory consumed by the index, and exposed full-text scoring in aggregation pipelines.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Feature set version:&lt;/strong&gt; 7.2&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Component versions:&lt;/strong&gt;&lt;br /&gt;&lt;a href=&#34;https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES&#34;&gt;Redis 7.2&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes/&#34;&gt;Search 2.8&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes/&#34;&gt;JSON 2.6&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes/&#34;&gt;Time series 1.10&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes/&#34;&gt;Bloom 2.6&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://github.com/RedisGears/RedisGears/releases&#34;&gt;Gears 2.0&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;- Performance and resource utilization improvements, including significant memory and speed optimizations for lists, sets, and sorted sets.&lt;br /&gt;&lt;strong&gt;JSON&lt;/strong&gt;:&lt;br /&gt;- New JSON commands: &lt;a href=&#34;https://redis.io/docs/latest/commands/json.merge/&#34;&gt;&lt;code&gt;JSON.MERGE&lt;/code&gt;&lt;/a&gt; and &lt;a href=&#34;https://redis.io/docs/latest/commands/json.mset/&#34;&gt;&lt;code&gt;JSON.MSET&lt;/code&gt;&lt;/a&gt;.&lt;br /&gt;&lt;strong&gt;Redis Query Engine:&lt;/strong&gt;&lt;br /&gt;- &lt;a href=&#34;https://redis.io/docs/latest/commands/ft.search/#examples&#34;&gt;Geo polygon search&lt;/a&gt;.&lt;br&gt;&lt;strong&gt;Compatibility changes&lt;/strong&gt;:&lt;br&gt;- Redis 7.2 uses a new format (version 11) for RDB files, which is incompatible with older versions.&lt;br /&gt;- Redis feature set 7.2 does not include &lt;a href=&#34;https://redis.io/blog/redisgraph-eol/&#34;&gt;graph capabilities&lt;/a&gt;.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Feature set version:&lt;/strong&gt; 6.2&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Component versions:&lt;/strong&gt;&lt;br /&gt;&lt;a href=&#34;https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES&#34;&gt;Redis 6.2&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes/&#34;&gt;Search 2.6&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes/&#34;&gt;JSON 2.4&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes/&#34;&gt;Time series 1.8&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes/&#34;&gt;Bloom 2.4&lt;/a&gt;&lt;br /&gt;&lt;a href=&#34;https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes/&#34;&gt;Graph 2.10&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Time series&lt;/strong&gt;:&lt;br /&gt;- Time series gap filling.&lt;br /&gt;&lt;strong&gt;JSON&lt;/strong&gt;:&lt;br /&gt;- Improved JSON path parser.&lt;br /&gt;&lt;strong&gt;Probabilistic:&lt;/strong&gt;&lt;br /&gt;- New probabilistic data structure t-digest.&lt;br /&gt;&lt;strong&gt;Redis Query Engine:&lt;/strong&gt;&lt;br /&gt;- Wildcard queries for &lt;code&gt;TEXT&lt;/code&gt; and &lt;code&gt;TAG&lt;/code&gt;.&lt;br /&gt;- Suffix search.&lt;br /&gt;- Multi-value indexing and queries.&lt;br /&gt;&lt;strong&gt;Graph&lt;/strong&gt;:&lt;br /&gt;- New pathfinding algorithms for graphs.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;</description>
    </item>
  </channel>
</rss>
