Skip to content

Commit cc48e71

Browse files
committed
Final changes from review
1 parent b4b2fc6 commit cc48e71

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/azure-cache-for-redis/cache-how-to-use-modules.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following modules are available when creating a new Enterprise cache.
6363

6464
### RediSearch
6565

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.
6767

6868
Features include:
6969

@@ -74,17 +74,16 @@ Features include:
7474
- Geo-filtering
7575
- Boolean queries
7676

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.
7878

7979
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/).
8080

81+
>[!IMPORTANT]
82+
> The RediSearch module can only be used with the _Enterprise_ clustering policy.
83+
8184
>[!NOTE]
8285
> The RediSearch module is the only module that can be used with active geo-replication.
8386
84-
>[!IMPORTANT]
85-
>
86-
> The RediSearch module can only be used with the _Enterprise_ clustering policy
87-
8887
### RedisBloom
8988

9089
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/).
102101

103102
### RedisTimeSeries
104103

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:
106105

107106
- Aggregated queries (for example, average, maximum, standard deviation, etc.)
108107
- 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
116115

117116
### RedisJSON
118117

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.
120119

121120
Features include:
122121

0 commit comments

Comments
 (0)