@@ -21,35 +21,35 @@ The following table shows which Redis Stack features are supported by Redis Ente
21
21
| :-------| :-------------------------| :-----------------------|
22
22
| [ Search and query] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}) | ✅ ; Supported | ✅ ; Supported |
23
23
| [ JSON] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}) | ✅ ; Supported | ✅ ; Supported |
24
- | [ Graph] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}) | ⚠ ;️ ; Deprecated | ⚠ ;️ ; Deprecated |
25
24
| [ Time series] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}) | ✅ ; Supported | ✅ ; Supported |
26
25
| [ Probabilistic] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}) | ✅ ; Supported | ✅ ; Supported |
27
- | [ Triggers and functions] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/" >}}) | ⚠ ;️ ; Deprecated | ⚠ ;️ ; Deprecated |
28
26
| [ Gears] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/gears-v1" >}}) | ✅ ; Supported | ❌ ; Not supported |
27
+ | [ Triggers and functions] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/" >}}) | ⚠ ;️ ; Deprecated | ⚠ ;️ ; Deprecated |
28
+ | [ Graph] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}) | ⚠ ;️ ; Deprecated | ⚠ ;️ ; Deprecated |
29
29
30
30
## Feature compatibility
31
31
32
- The following tables show Redis Enterprise feature support for each Redis Stack feature.
32
+ The following tables show Redis Enterprise feature support for each non-deprecated Redis Stack feature.
33
33
34
34
Version numbers indicate when the feature was first supported. If you're using an earlier version than what's shown in the table, the feature is not supported.
35
35
36
36
For details about individual features, see the corresponding documentation.
37
37
38
- | Feature name/capability | [ Search and query] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}) | [ JSON] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}) | [ Graph ] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}) |
39
- | ---------------------------| :--------------:| :------------:| :------------: |
40
- | Active-Active (CRDB)[ ^ 5 ] | Yes (v2.0) | Yes (v2.2) | No |
41
- | Backup/Restore | Yes (v1.4) | Yes (v1.0) | Yes (v1.0) |
42
- | Clustering | Yes (v1.6)[ ^ 3 ] | Yes (v1.0) | Yes (v2.2.3) [ ^ 1 ] |
43
- | Custom hashing policy | Yes (v2.0) | Yes (v1.0) | Yes (v1.0) |
44
- | Eviction expiration | Yes (v2.0) | Yes (v1.0) | Yes (v2.8.10) |
45
- | Failover/migration | Yes (v1.4) | Yes (v1.0) | Yes (v1.0) |
46
- | Internode encryption | Yes (v2.0.11) | Yes (v1.0.8) | Yes (v2.4) |
47
- | Module data types | Yes | Yes | Yes |
48
- | Persistence (AOF) | Yes (v1.4) | Yes (v1.0) | Yes (v2.0) |
49
- | Persistence (snapshot) | Yes (v1.6) | Yes (v1.0) | Yes (v1.0) |
50
- | Auto Tiering [ ^ 4 ] | Yes (v2.0) | Yes (v1.0) | No |
51
- | Replica Of | Yes (v1.6)[ ^ 2 ] | Yes (v1.0) | Yes (v2.2) |
52
- | Reshard/rebalance | Yes (v2.0) | Yes (v1.0) | No |
38
+ | Feature name/capability | [ Search and query] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}) | [ JSON] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}) |
39
+ | ---------------------------| :--------------:| :------------:|
40
+ | Active-Active (CRDB)[ ^ 5 ] | Yes (v2.0) | Yes (v2.2) |
41
+ | Backup/Restore | Yes (v1.4) | Yes (v1.0) |
42
+ | Clustering | Yes (v1.6)[ ^ 3 ] | Yes (v1.0) |
43
+ | Custom hashing policy | Yes (v2.0) | Yes (v1.0) |
44
+ | Eviction expiration | Yes (v2.0) | Yes (v1.0) |
45
+ | Failover/migration | Yes (v1.4) | Yes (v1.0) |
46
+ | Internode encryption | Yes (v2.0.11) | Yes (v1.0.8) |
47
+ | Module data types | Yes | Yes |
48
+ | Persistence (AOF) | Yes (v1.4) | Yes (v1.0) |
49
+ | Persistence (snapshot) | Yes (v1.6) | Yes (v1.0) |
50
+ | Auto Tiering [ ^ 4 ] | Yes (v2.0) | Yes (v1.0) |
51
+ | Replica Of | Yes (v1.6)[ ^ 2 ] | Yes (v1.0) |
52
+ | Reshard/rebalance | Yes (v2.0) | Yes (v1.0) |
53
53
54
54
[ ^ 1 ] : Graphs are compatible with clustering; however, individual graphs contained in a key reside in a single shard, which can affect pricing. To learn more, [ contact support] ( https://redis.com/company/support/ ) .
55
55
@@ -63,21 +63,21 @@ For details about individual features, see the corresponding documentation.
63
63
64
64
[ ^ 6 ] : Although time series are compatible with Auto Tiering, the entire series either lives in RAM or on flash.
65
65
66
- | Feature name/capability | [ Time series] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}) | [ Probabilistic] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}) | [ Gears] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/gears-v1" >}}) | [ Triggers and functions ] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions" >}}) |
67
- | --------------------------| :--------------:| :------------:| :----------:| :----------: |
68
- | Active-Active (CRDB)[ ^ 5 ] | No | No | Yes (v1.0) | No |
69
- | Backup/Restore | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) | Yes |
70
- | Clustering | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) | Yes |
71
- | Custom hashing policy | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) | Yes |
72
- | Eviction expiration | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) | Yes |
73
- | Failover/migration | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) | Yes |
74
- | Internode encryption | Yes (v1.4.9) | Yes (v2.2.6) | Yes (v1.2) | yes |
75
- | Module data types | Yes | Yes | Yes | Yes |
76
- | Persistence (AOF) | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) | Yes |
77
- | Persistence (snapshot) | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) | Yes |
78
- | Auto Tiering [ ^ 4 ] | Yes (v1.6)[ ^ 6 ] | Yes (vTBD) | Yes (vTBD) | No |
79
- | Replica Of | Yes (v1.2) | Yes (v2.0) | No | Yes |
80
- | Reshard/rebalance | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) | Yes |
66
+ | Feature name/capability | [ Time series] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}) | [ Probabilistic] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}) | [ Gears] ({{< relref "/operate/oss_and_stack/stack-with-enterprise/gears-v1" >}}) |
67
+ | --------------------------| :--------------:| :------------:| :----------:|
68
+ | Active-Active (CRDB)[ ^ 5 ] | No | No | Yes (v1.0) |
69
+ | Backup/Restore | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) |
70
+ | Clustering | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) |
71
+ | Custom hashing policy | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) |
72
+ | Eviction expiration | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) |
73
+ | Failover/migration | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) |
74
+ | Internode encryption | Yes (v1.4.9) | Yes (v2.2.6) | Yes (v1.2) |
75
+ | Module data types | Yes | Yes | Yes |
76
+ | Persistence (AOF) | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) |
77
+ | Persistence (snapshot) | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) |
78
+ | Auto Tiering [ ^ 4 ] | Yes (v1.6)[ ^ 6 ] | Yes (vTBD) | Yes (vTBD) |
79
+ | Replica Of | Yes (v1.2) | Yes (v2.0) | No |
80
+ | Reshard/rebalance | Yes (v1.2) | Yes (v2.0) | Yes (v1.0) |
81
81
82
82
83
83
## Feature descriptions
0 commit comments