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-how-to-use-modules.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The following modules are available when creating a new Enterprise cache.
63
63
64
64
### RediSearch
65
65
66
-
The **RediSearch** module adds a _real-time search engine_ to a Redis server, combining low latency performance with powerful search features.
66
+
The **RediSearch** module adds a real-time search engine to your cache combining low latency performance with powerful search features.
67
67
68
68
Features include:
69
69
@@ -74,17 +74,16 @@ Features include:
74
74
- Geo-filtering
75
75
- Boolean queries
76
76
77
-
Additionally, **RediSearch** can function as a secondary index, expanding the Redis server beyond a key-value structure and offering more sophisticated queries.
77
+
Additionally, **RediSearch** can function as a secondary index, expanding your cache beyond a key-value structure and offering more sophisticated queries.
78
78
79
79
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/).
80
80
81
+
>[!IMPORTANT]
82
+
> The RediSearch module can only be used with the _Enterprise_ clustering policy.
83
+
81
84
>[!NOTE]
82
85
> The RediSearch module is the only module that can be used with active geo-replication.
83
86
84
-
>[!IMPORTANT]
85
-
>
86
-
> The RediSearch module can only be used with the _Enterprise_ clustering policy
87
-
88
87
### RedisBloom
89
88
90
89
RedisBloom adds four probabilistic data structures to a Redis server: **bloom filter**, **cuckoo filter**, **count-min sketch**, and **top-k**. Each of these data structures offers a way to sacrifice perfect accuracy in return for higher speed and better memory efficiency.
@@ -102,7 +101,7 @@ For more information, see [RedisBloom](https://redis.io/docs/stack/bloom/).
102
101
103
102
### RedisTimeSeries
104
103
105
-
The **RedisTimeSeries** module adds high-throughput time series capabilities to a Redis server. This data structure is optimized for high volumes of incoming data and contains features to work with time series data, including:
104
+
The **RedisTimeSeries** module adds high-throughput time series capabilities to your cache. This data structure is optimized for high volumes of incoming data and contains features to work with time series data, including:
106
105
107
106
- Aggregated queries (for example, average, maximum, standard deviation, etc.)
108
107
- Time-based queries (for example, start-time and end-time)
@@ -116,7 +115,7 @@ For more information, see [RedisTimeSeries](https://redis.io/docs/stack/timeseri
116
115
117
116
### RedisJSON
118
117
119
-
The **RedisJSON** module adds the capability to store, query, and search JSON-formatted data. This functionality is useful for storing document-like data within a Redis server.
118
+
The **RedisJSON** module adds the capability to store, query, and search JSON-formatted data. This functionality is useful for storing document-like data within your cache.
0 commit comments