Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/glossary/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ More info: [redis.io/operate/oss_and_stack/management/security/acl]({{< relref "
{{%definition "Active-Active database (CRDB)"%}}
Geo-distributed databases that span multiple [Redis Enterprise Software]({{<relref "#redis-enterprise-software">}}) [clusters]({{<relref "#cluster">}}). Active-Active databases, also known as conflict-free replicated databases (CRDB), depend on [multi-master replication (MMR)]({{<relref "#multi-master-replication-mmr">}}) and [conflict-free replicated data types (CRDTs)]({{<relref "#conflict-free-replicated-data-types-crdt">}}) to power a simple development experience for geo-distributed applications.

More info: [Active-Active geo-distributed Redis]({{<relref "/operate/rs/databases/active-active/_index">}}), [Geo-distributed Active-Active Redis applications]({{<relref "/operate/rs/databases/active-active/" >}}), [Developing applications for Active-Active databases]({{<relref "rs/databases/active-active/develop/_index">}})
More info: [Active-Active geo-distributed Redis]({{<relref "/operate/rs/databases/active-active">}}), [Geo-distributed Active-Active Redis applications]({{<relref "/operate/rs/databases/active-active/" >}}), [Developing applications for Active-Active databases]({{<relref "rs/databases/active-active/develop/_index">}})
{{%/definition%}}

{{%definition "Active-Active database instance"%}}
Expand Down Expand Up @@ -190,7 +190,7 @@ More info: [Overview of kubectl](https://kubernetes.io/docs/reference/kubectl/ov
{{%definition "Lightweight Directory Access Protocol (LDAP)"%}}
A protocol for accessing and maintaining distributed directory services over an IP network, often used to authenticate users.

More info: [LDAP wikipedia](https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol/), [LDAP authentication]({{<relref "/operate/rs/security/ldap/_index">}})
More info: [LDAP wikipedia](https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol/), [LDAP authentication]({{<relref "/operate/rs/security/access-control/ldap">}})
{{%/definition%}}

## M - O {#letter-m}
Expand Down
4 changes: 2 additions & 2 deletions content/operate/rs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ Create and manage a [Redis database]({{< relref "/operate/rs/databases" >}}) on
Use command-line utilities and the REST API to manage the cluster and databases.
- [rladmin]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}), [crdb-cli]({{< relref "/operate/rs/references/cli-utilities/crdb-cli" >}}), & [other utilities]({{< relref "/operate/rs/references/cli-utilities" >}})
- [REST API reference]({{< relref "/operate/rs/references/rest-api" >}}) & [examples]({{< relref "/operate/rs/references/rest-api/quick-start" >}})
- [Redis commands]({{< relref "/commands" >}}/) (redis.io)
- [Redis commands]({{< relref "/commands" >}}/)

## Related info
- [Redis Cloud]({{< relref "/operate/rc" >}})
- [Open source Redis](https://redis.io/) (redis.io)
- [Open source Redis]({{< relref "/operate/oss_and_stack" >}})
- [Redis Stack]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}})
- [Glossary]({{< relref "/glossary" >}})

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ linkTitle: Cluster management
weight: 10
---

[Clustering in Redis Enterprise Software]({{< relref "/operate/rs/databases/durability-ha/clustering" >}}) and [Redis Cloud]({{< relref "/operate/rc/databases/configuration/clustering" >}}) differs from the [open source Redis cluster](https://redis.io/docs/manual/scaling/) and works with all standard Redis clients.
[Clustering in Redis Enterprise Software]({{< relref "/operate/rs/databases/durability-ha/clustering" >}}) and [Redis Cloud]({{< relref "/operate/rc/databases/configuration/clustering" >}}) differs from the [open source Redis cluster]({{<relref "/operate/oss_and_stack/management/scaling">}}) and works with all standard Redis clients.

Redis Enterprise blocks most [cluster commands]({{< relref "/commands" >}}/?group=cluster). If you try to use a blocked cluster command, it returns an error.

Expand Down
20 changes: 10 additions & 10 deletions content/operate/rs/references/compatibility/commands/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ Several access control list (ACL) commands are not available in Redis Enterprise

| <span style="min-width: 9em; display: table-cell">Command</span> | Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:--------|:----------------------|:-----------------|:------|
| [ACL CAT]({{< relref "/commands" >}}/acl-cat) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts](https://redis.io/docs/manual/programmability/). |
| [ACL CAT]({{< relref "/commands" >}}/acl-cat) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |
| [ACL DELUSER]({{< relref "/commands" >}}/acl-deluser) | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
| [ACL DRYRUN]({{< relref "/commands" >}}/acl-dryrun) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Might reply with "unknown user" for LDAP users even if `AUTH` succeeds. |
| [ACL GENPASS]({{< relref "/commands" >}}/acl-genpass) | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
| [ACL GETUSER]({{< relref "/commands" >}}/acl-getuser) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts](https://redis.io/docs/manual/programmability/). |
| [ACL HELP]({{< relref "/commands" >}}/acl-help) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts](https://redis.io/docs/manual/programmability/). |
| [ACL LIST]({{< relref "/commands" >}}/acl-list) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts](https://redis.io/docs/manual/programmability/). |
| [ACL GETUSER]({{< relref "/commands" >}}/acl-getuser) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |
| [ACL HELP]({{< relref "/commands" >}}/acl-help) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |
| [ACL LIST]({{< relref "/commands" >}}/acl-list) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |
| [ACL LOAD]({{< relref "/commands" >}}/acl-load) | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
| [ACL LOG]({{< relref "/commands" >}}/acl-log) | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
| [ACL SAVE]({{< relref "/commands" >}}/acl-save) | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
| [ACL SETUSER]({{< relref "/commands" >}}/acl-setuser) | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
| [ACL USERS]({{< relref "/commands" >}}/acl-users) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts](https://redis.io/docs/manual/programmability/). |
| [ACL WHOAMI]({{< relref "/commands" >}}/acl-whoami) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts](https://redis.io/docs/manual/programmability/). |
| [ACL USERS]({{< relref "/commands" >}}/acl-users) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |
| [ACL WHOAMI]({{< relref "/commands" >}}/acl-whoami) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |


## Configuration commands
Expand Down Expand Up @@ -87,7 +87,7 @@ Although Redis Enterprise does not support certain monitoring commands, you can
| <span style="min-width: 9em; display: table-cell">Command</span> | Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
|:--------|:----------------------|:-----------------|:------|
| [DBSIZE]({{< relref "/commands" >}}/dbsize) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | |
| [INFO]({{< relref "/commands" >}}/info) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | In Redis Enterprise, `INFO` returns a different set of fields than open source Redis.<br />Not supported for [scripts](https://redis.io/docs/manual/programmability/). |
| [INFO]({{< relref "/commands" >}}/info) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | In Redis Enterprise, `INFO` returns a different set of fields than open source Redis.<br />Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |
| [LATENCY DOCTOR]({{< relref "/commands" >}}/latency-doctor) | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
| [LATENCY GRAPH]({{< relref "/commands" >}}/latency-graph) | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
| [LATENCY HELP]({{< relref "/commands" >}}/latency-help) | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
Expand All @@ -102,9 +102,9 @@ Although Redis Enterprise does not support certain monitoring commands, you can
| [MEMORY STATS]({{< relref "/commands" >}}/memory-stats) | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |
| [MEMORY USAGE]({{< relref "/commands" >}}/memory-usage) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | |
| [MONITOR]({{< relref "/commands" >}}/monitor) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | |
| [SLOWLOG GET]({{< relref "/commands" >}}/slowlog-get) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts](https://redis.io/docs/manual/programmability/). |
| [SLOWLOG LEN]({{< relref "/commands" >}}/slowlog-len) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts](https://redis.io/docs/manual/programmability/). |
| [SLOWLOG RESET]({{< relref "/commands" >}}/slowlog-reset) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts](https://redis.io/docs/manual/programmability/). |
| [SLOWLOG GET]({{< relref "/commands" >}}/slowlog-get) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |
| [SLOWLOG LEN]({{< relref "/commands" >}}/slowlog-len) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |
| [SLOWLOG RESET]({{< relref "/commands" >}}/slowlog-reset) | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |


## Persistence commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ linkTitle: Configuration settings
weight: 50
---

Redis Enterprise Software and [Redis Cloud]({{< relref "/operate/rc" >}}) only support a subset of [open source Redis configuration settings](https://redis.io/docs/manual/config/). Using [`CONFIG GET`]({{< relref "/commands" >}}/config-get/) or [`CONFIG SET`]({{< relref "/commands" >}}/config-set/) with unsupported configuration settings returns an error.
Redis Enterprise Software and [Redis Cloud]({{< relref "/operate/rc" >}}) only support a subset of [open source Redis configuration settings]({{<relref "/operate/oss_and_stack/management/config">}}). Using [`CONFIG GET`]({{< relref "/commands" >}}/config-get/) or [`CONFIG SET`]({{< relref "/commands" >}}/config-set/) with unsupported configuration settings returns an error.

| Setting | Redis<br />Enterprise | Redis<br />Cloud | Notes |
|:--------|:----------------------|:-----------------|:------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ easily and quickly test several containers to build the scalable
and highly available cluster Redis Enterprise Software is famous for.

For more information, go to [quick start with Redis Enterprise on
Docker.]({{< relref "/operate/rs/installing-upgrading/get-started-docker" >}})
Docker]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}).

## LDAP Integration

Expand All @@ -102,7 +102,7 @@ accounts can be used for administering resources on the cluster via
command line, Rest API, or admin console.

For more information see [LDAP
Integration]({{< relref "/operate/rs/security/ldap" >}}).
Integration]({{< relref "/operate/rs/security/access-control/ldap" >}}).

## Additional capabilities

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ upgrade to this version.
- rlcheck installation verification utility added to facilitate
checking node health. For additional details, refer to [rlcheck
installation verification
utility]({{< relref "/operate/rs/references/rlcheck" >}}).
utility]({{< relref "/operate/rs/references/cli-utilities/rlcheck" >}}).
- Added the ability to allow the user to configure how machine IP
addresses are used in Node Configuration setup in the management UI.
For additional details, refer to [Initial setup - creating a new
cluster.]({{< relref "/operate/rs/clusters/new-cluster-setup" >}})
- Connection to database endpoint can now be encrypted with SSL. For
additional details, refer to [Securing client connection with
SSL]({{< relref "/operate/rs/security/tls-ssl" >}}).
SSL]({{< relref "/operate/rs/security/encryption/tls" >}}).
- Added support for running the cluster on the following operating
systems and versions: RHEL/CentOS 6.6, 7.1, 7.2, RHEL 6.7, Oracle
Linux 6.5.
Expand Down
Loading