Skip to content

Commit

Permalink
Add rc category to RS pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cmilesb committed Jun 21, 2024
1 parent 28da250 commit 6a1c082
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/operate/rs/clusters/optimize/oss-cluster-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Use the Redis Cluster API to improve performance and keep applications current with cluster topology changes.
linktitle: "Redis Cluster API"
weight: $weight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: General information to keep in mind while developing applications for
an Active-Active database.
hideListLinks: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: How to failover your application to connect to a remote replica.
linkTitle: App failover
weight: 99
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Introduction to differences in data types between standalone and Active-Active
Redis databases.
hideListLinks: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Information about using hashes with an Active-Active database.
linkTitle: Hashes
weight: $weight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Information about using hyperloglog with an Active-Active database.
linkTitle: HyperLogLog
weight: $weight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Information about using JSON with an Active-Active database.
linkTitle: JSON
weight: $weight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Information about using list with an Active-Active database.
linkTitle: Lists
weight: $weight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Information about using sets with an Active-Active database.
linkTitle: Sets
weight: $weight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Information about using sorted sets with an Active-Active database.
linkTitle: Sorted sets
weight: $weight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Information about using streams with an Active-Active database.
linkTitle: Streams
weight: $weight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Information about using strings and bitfields with an Active-Active database.
linkTitle: Strings and bitfields
weight: $weight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ categories:
- docs
- operate
- rs
- rc
description: Overview of how developing applications differs for Active-Active databases
from standalone Redis databases.
linkTitle: Develop for Active-Active
Expand Down
1 change: 1 addition & 0 deletions content/operate/rs/databases/auto-tiering/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Auto Tiering enables your data to span both RAM and dedicated flash memory.
hideListLinks: true
linktitle: Auto Tiering
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: When you set a database's memory limit, you define the maximum size the
database can reach.
linkTitle: Memory limits
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Run Redis commands.
hideListLinks: true
linkTitle: redis-cli (run Redis commands)
Expand Down
1 change: 1 addition & 0 deletions content/operate/rs/references/compatibility/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Redis Enterprise compatibility with Redis Community Edition.
hideListLinks: true
linkTitle: Redis Community Edition compatibility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Redis Community Edition commands compatible with Redis Enterprise.
hideListLinks: true
linkTitle: Commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Cluster management commands compatible with Redis Enterprise.
linkTitle: Cluster management
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Connection management commands compatibility.
linkTitle: Connection management
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Data type commands compatibility (bitmaps, geospatial indices, hashes,
HyperLogLogs, lists, sets, sorted sets, streams, strings).
linkTitle: Data types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Generic key commands compatible with Redis Enterprise.
linkTitle: Keys (generic)
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Pub/sub commands compatibility.
linkTitle: Pub/sub
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Scripting and function commands compatibility.
linkTitle: Scripting
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Server management commands compatibility.
linkTitle: Server management
toc: 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Transaction commands compatibility.
linkTitle: Transactions
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Redis Community Edition configuration settings supported by Redis Enterprise.
linkTitle: Configuration settings
weight: 50
Expand Down
1 change: 1 addition & 0 deletions content/operate/rs/references/metrics/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: Documents the metrics that are tracked with Redis Enterprise Software.
hideListLinks: true
linkTitle: Metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ categories:
- docs
- operate
- rs
- rc
description: null
linkTitle: Database operations
weight: $weight
Expand Down

0 comments on commit 6a1c082

Please sign in to comment.