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
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: flang-msft
6
6
ms.author: franlanglois
7
7
ms.service: cache
8
8
ms.topic: conceptual
9
-
ms.date: 07/26/2022
9
+
ms.date: 03/02/2023
10
10
ms.custom: template-concept
11
11
12
12
---
@@ -29,11 +29,15 @@ Some popular modules are available for use in the Enterprise tier of Azure Cache
29
29
|RedisTimeSeries | No | Yes | No |
30
30
|RedisJSON | No | Yes | Yes |
31
31
32
-
Currently, `RediSearch` is the only module that can be used concurrently with active geo-replication.
33
32
34
33
> [!NOTE]
35
34
> Currently, you can't manually load any modules into Azure Cache for Redis. Manually updating modules version is also not possible.
36
-
>
35
+
36
+
37
+
## Using modules with active geo-replication
38
+
Only the `RediSearch` and `RedisJSON` modules can be used concurrently with [active geo-replication](cache-how-to-active-geo-replication.md).
39
+
40
+
Using these modules, you can implement searches across groups of caches that are synchronized in an active-active configuration. Also, you can search JSON structures in your active-active configuration.
37
41
38
42
## Client library support
39
43
@@ -90,9 +94,9 @@ RedisBloom adds four probabilistic data structures to a Redis server: **bloom fi
|**Bloom and Cuckoo filters**| Tells you if an item is either (a) certainly not in a set or (b) potentially in a set. | Checking if an email has already been sent to a user|
97
+
|**Bloom and Cuckoo filters**| Tells you if an item is either (a) definitely not in a set or (b) potentially in a set. | Checking if an email has already been sent to a user|
94
98
|**Count-min sketch**| Determines the frequency of events in a stream | Counting how many times an IoT device reported a temperature under 0 degrees Celsius. |
95
-
|**Top-k**| Finds the `k` most frequently seen items | Determine the most frequent words used in War and Peace. (for example, setting k = 50 will return the 50 most common words in the book) |
99
+
|**Top-k**| Finds the `k` most frequently seen items | Determine the most frequent words used in War and Peace. (for example, setting k = 50 returns the 50 most common words in the book) |
96
100
97
101
**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
0 commit comments