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
2 changes: 1 addition & 1 deletion content/operate/rs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Use command-line utilities and the REST API to manage the cluster and databases.
- [rladmin](/content/operate/rs/references/cli-utilities/rladmin/_index.md), [crdb-cli](/content/operate/rs/references/cli-utilities/crdb-cli/_index.md), & [other utilities](/content/operate/rs/references/cli-utilities/_index.md)
- [`redisctl`](https://github.com/redis/redisctl) — a unified CLI for managing Redis Software and Redis Cloud from your terminal
- [REST API reference](/content/operate/rs/references/rest-api/_index.md) & [examples](/content/operate/rs/references/rest-api/quick-start.md)
- [Redis commands](/commands)
- [Redis commands](/content/commands)

## Archive

Expand Down
2 changes: 1 addition & 1 deletion content/operate/rs/databases/import-export/flush.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ redis-cli -h redis-12345.cluster.local -p 9443 -a xyz flushall
```

> [!NOTE]
> Port 9443 is the default [port configuration](/content/operate/rs/networking/port-configurations.md#https://docs.redis.com/latest/rs/networking/port-configurations#ports-and-port-ranges-used-by-redis-enterprise-software).
> Port 9443 is the default [port configuration](/content/operate/rs/networking/port-configurations.md#ports-and-port-ranges-used-by-redis-software).

## Flush data from an OSS Cluster API database

Expand Down
12 changes: 6 additions & 6 deletions content/operate/rs/new-features-redis-enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provide smart and automatic conflict resolution based on the data type's
intent.

For more information, go here. For information, go to [Developing with
Active-Active databases](/operate/rs/developing/crdbs).
Active-Active databases](/content/operate/rs/developing/crdbs).

## Redis modules

Expand All @@ -40,17 +40,17 @@ Enterprise is known for.

Redis developed and certified these modules for use with Redis Enterprise Software:

- [RedisBloom](/operate/modules/redisbloom)
- [RedisBloom](/content/operate/modules/redisbloom)
- Enables Redis to have a scalable bloom filter as a data type. Bloom
filters are probabilistic data structures that quickly determine if something is contained within a set.
- RedisGraph
- RedisGraph is the first queryable Property Graph database to use sparse
matrices to represent the adjacency matrix in graphs and linear algebra to query the graph.
RedisGraph uses [Cypher](https://www.opencypher.org/) as its query language.
- [RedisJSON](/operate/modules/redisjson)
- [RedisJSON](/content/operate/modules/redisjson)
- Now you have the convenience JSON as a built-in data type and easily
able to address nested data via a path.
- [RediSearch](/operate/modules/redisearch)
- [RediSearch](/content/operate/modules/redisearch)
- This module turns Redis into a distributed in-memory
full-text indexing and search beast.

Expand All @@ -69,7 +69,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 Software
on Docker.](/operate/rs/installing-upgrading/get-started-docker.md)
on Docker.](/content/operate/rs/installing-upgrading/get-started-docker.md)

## LDAP integration

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

For more information see [LDAP
Integration](/operate/rs/security/passwords-users-roles.md#setting-up-ldap).
Integration](/content/operate/rs/security/passwords-users-roles.md#setting-up-ldap).
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ toc: 'true'
weight: $weight
---

The `redis-cli` command-line utility lets you interact with a Redis database. With `redis-cli`, you can run [Redis commands](/commands) directly from the command-line terminal or with [interactive mode](#interactive-mode).
The `redis-cli` command-line utility lets you interact with a Redis database. With `redis-cli`, you can run [Redis commands](/content/commands) directly from the command-line terminal or with [interactive mode](#interactive-mode).

If you want to run Redis commands without `redis-cli`, you can [connect to a database with Redis Insight](/content/develop/tools/insight/_index.md) and use the built-in [CLI](/content/develop/tools/insight/_index.md) prompt instead.

Expand Down Expand Up @@ -151,4 +151,4 @@ See [Scanning for big keys](/content/develop/tools/cli.md#scanning-for-big-keys)
## More info

- [Redis CLI documentation](/content/develop/tools/cli.md)
- [Redis commands reference](/commands/)
- [Redis commands reference](/content/commands)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ weight: 10

[Clustering in Redis Software](/content/operate/rs/databases/durability-ha/clustering.md) and [Redis Cloud](/content/operate/rc/databases/configuration/clustering.md) differs from the [Redis Open Source cluster](/content/operate/oss_and_stack/management/scaling.md) and works with all standard Redis clients.

Redis Software blocks most [cluster commands](/commands/?group=cluster). If you try to use a blocked cluster command, it returns an error.
Redis Software blocks most [cluster commands](/content/commands?group=cluster). If you try to use a blocked cluster command, it returns an error.

| Command | Redis<br />Software | Redis<br />Cloud | Notes |
|:--------|:----------------------|:-----------------|:------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ linkTitle: Connection management
weight: 10
---

The following tables show which Redis Open Source [connection management commands](/commands/?group=connection) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.
The following tables show which Redis Open Source [connection management commands](/content/commands?group=connection) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.


| Command | Redis<br />Software | Redis<br />Cloud | Notes |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ linkTitle: Keys (generic)
weight: 10
---

The following table shows which Redis Open Source [key (generic) commands](/commands/?group=generic) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.
The following table shows which Redis Open Source [key (generic) commands](/content/commands?group=generic) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.

| Command | Redis<br />Software | Redis<br />Cloud | Notes |
|:--------|:----------------------|:-----------------|:------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ linkTitle: Pub/sub
weight: 10
---

The following table shows which Redis Open Source [pub/sub commands](/commands/?group=pubsub) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.
The following table shows which Redis Open Source [pub/sub commands](/content/commands?group=pubsub) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.

| Command | Redis<br />Software | Redis<br />Cloud | Notes |
|:--------|:----------------------|:-----------------|:------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ linkTitle: Scripting
weight: 10
---

The following table shows which Redis Open Source [scripting and function commands](/commands/?group=scripting) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.
The following table shows which Redis Open Source [scripting and function commands](/content/commands?group=scripting) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.

## Function commands

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ toc: 'true'
weight: 10
---

The following tables show which Redis Open Source [server management commands](/commands/?group=server) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.
The following tables show which Redis Open Source [server management commands](/content/commands?group=server) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.

## Access control commands

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ linkTitle: Transactions
weight: 10
---

The following table shows which Redis Open Source [transaction commands](/commands/?group=transactions) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.
The following table shows which Redis Open Source [transaction commands](/content/commands?group=transactions) are compatible with standard and Active-Active databases in Redis Software and Redis Cloud.

| Command | Redis<br />Software | Redis<br />Cloud | Notes |
|:--------|:----------------------|:-----------------|:------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Redis ACLs are defined by a set of rules where you specify the commands or comma

### Commands and categories

Redis ACL rules can allow or block specific [Redis commands](/commands) or [command categories](/content/operate/oss_and_stack/management/security/acl.md#command-categories).
Redis ACL rules can allow or block specific [Redis commands](/content/commands) or [command categories](/content/operate/oss_and_stack/management/security/acl.md#command-categories).

- `+` includes commands

Expand Down
Loading