You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-redis-modules.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,9 @@ Features include:
79
79
80
80
Additionally, **RediSearch** can function as a secondary index, expanding your cache beyond a key-value structure and offering more sophisticated queries.
81
81
82
-
**RediSearch** also includes functionality to perform [vector similarity queries](https://redis.io/docs/stack/search/reference/vectors/) such as K-nearest neighbor (KNN) search. This feature allows Azure Cache for Redis to be used as a vector database, which is useful in AI use-cases like [semantic answer engines or any other application that requires the comparison of embeddings vectors](https://redis.com/blog/rediscover-redis-for-vector-similarity-search/) generated by machine learning models.
82
+
**RediSearch** also includes functionality to perform [vector similarity queries](https://redis.io/vectors/) such as K-nearest neighbor (KNN) search. This feature allows Azure Cache for Redis to be used as a vector database, which is useful in AI use-cases like [semantic answer engines or any other application that requires the comparison of embeddings vectors](https://redis.com/blog/rediscover-redis-for-vector-similarity-search/) generated by machine learning models.
83
83
84
-
You can use **RediSearch** is used in a wide variety of use-cases, including real-time inventory, enterprise search, and in indexing external databases. [For more information, see the RediSearch documentation page](https://redis.io/docs/stack/search/).
84
+
You can use **RediSearch** is used in a wide variety of use-cases, including real-time inventory, enterprise search, and in indexing external databases. [For more information, see the RediSearch documentation page](https://redis.io/search/).
85
85
86
86
>[!IMPORTANT]
87
87
> The RediSearch module requires use of the `Enterprise` clustering policy and the `NoEviction` eviction policy. For more information, see [Clustering Policy](quickstart-create-redis-enterprise.md#clustering-policy) and [Memory Policies](cache-configure.md#memory-policies)
@@ -100,7 +100,7 @@ RedisBloom adds four probabilistic data structures to a Redis server: **bloom fi
100
100
**Bloom and Cuckoo** filters are similar to each other, but each has a unique set of advantages and disadvantages that are beyond the scope of
101
101
this documentation.
102
102
103
-
For more information, see [RedisBloom](https://redis.io/docs/stack/bloom/).
103
+
For more information, see [RedisBloom](https://redis.io/bloom/).
104
104
105
105
### RedisTimeSeries
106
106
@@ -114,7 +114,7 @@ The **RedisTimeSeries** module adds high-throughput time series capabilities to
114
114
115
115
This module is useful for many applications that involve monitoring streaming data, such as IoT telemetry, application monitoring, and anomaly detection.
116
116
117
-
For more information, see [RedisTimeSeries](https://redis.io/docs/stack/timeseries/).
117
+
For more information, see [RedisTimeSeries](https://redis.io/timeseries/).
118
118
119
119
### RedisJSON
120
120
@@ -130,7 +130,7 @@ The **RedisJSON** module is also designed for use with the **RediSearch** module
130
130
131
131
Some common use-cases for **RedisJSON** include applications such as searching product catalogs, managing user profiles, and caching JSON-structured data.
132
132
133
-
For more information, see [RedisJSON](https://redis.io/docs/stack/json/).
133
+
For more information, see [RedisJSON](https://redis.io/json/).
134
134
135
135
> [!NOTE]
136
136
> The `FT.CONFIG` command is not supported for updating module configuration parameters. However, this can be achieved by passing in arguments configuring the modules when using management APIs. For instance, you can see samples of configuring the `ERROR_RATE` and `INITIAL_SIZE` properties of the RedisBloom module using the `args` parameter with the [REST API](/rest/api/redis/redisenterprisecache/databases/create), [Azure CLI](/cli/azure/redisenterprise), or [PowerShell](/powershell/module/az.redisenterprisecache/new-azredisenterprisecache).
0 commit comments