Skip to content

Commit 19b7e6d

Browse files
authored
Removed Graph, T&F (#1021)
* Removed Graph, T&F * Update enterprise-capabilities.md
1 parent e61de8e commit 19b7e6d

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

content/operate/oss_and_stack/stack-with-enterprise/enterprise-capabilities.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,35 @@ The following table shows which Redis Stack features are supported by Redis Ente
2121
|:-------|:-------------------------|:-----------------------|
2222
| [Search and query]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}) | &#x2705; Supported | &#x2705; Supported |
2323
| [JSON]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}) | &#x2705; Supported | &#x2705; Supported |
24-
| [Graph]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}) | &#x26A0;&#xFE0F; Deprecated | &#x26A0;&#xFE0F; Deprecated |
2524
| [Time series]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}) | &#x2705; Supported | &#x2705; Supported |
2625
| [Probabilistic]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}) | &#x2705; Supported | &#x2705; Supported |
27-
| [Triggers and functions]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/" >}}) | &#x26A0;&#xFE0F; Deprecated | &#x26A0;&#xFE0F; Deprecated |
2826
| [Gears]({{< relref "/operate/oss_and_stack/stack-with-enterprise/gears-v1" >}}) | &#x2705; Supported | &#x274c; Not supported |
27+
| [Triggers and functions]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/" >}}) | &#x26A0;&#xFE0F; Deprecated | &#x26A0;&#xFE0F; Deprecated |
28+
| [Graph]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}) | &#x26A0;&#xFE0F; Deprecated | &#x26A0;&#xFE0F; Deprecated |
2929

3030
## Feature compatibility
3131

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

3434
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.
3535

3636
For details about individual features, see the corresponding documentation.
3737

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) |
5353

5454
[^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/).
5555

@@ -63,21 +63,21 @@ For details about individual features, see the corresponding documentation.
6363

6464
[^6]: Although time series are compatible with Auto Tiering, the entire series either lives in RAM or on flash.
6565

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) |
8181

8282

8383
## Feature descriptions

0 commit comments

Comments
 (0)