Skip to content

Commit

Permalink
Jira DOC-894: Add aliases for "unbranched" requests (#1539)
Browse files Browse the repository at this point in the history
* Initial draft

* Adding modules & glossary

* Adding website.json

* Update content/modules/redisbloom/_index.md

Co-authored-by: Rachel Elledge <[email protected]>

* Update content/modules/redistimeseries/_index.md

Co-authored-by: Rachel Elledge <[email protected]>

* Update website.json

Co-authored-by: Rachel Elledge <[email protected]>

* Update website.json

Co-authored-by: Rachel Elledge <[email protected]>

Co-authored-by: Rachel Elledge <[email protected]>
  • Loading branch information
lanceleonard and rrelledge authored Sep 20, 2021
1 parent 022118b commit ab83995
Show file tree
Hide file tree
Showing 16 changed files with 213 additions and 4 deletions.
1 change: 1 addition & 0 deletions content/glossary/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description:
weight: 100
alwaysopen: false
categories: ["Glossary"]
aliases: /glossary/
---
<dl class="glossary">

Expand Down
3 changes: 2 additions & 1 deletion content/modules/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ description:
weight: 70
alwaysopen: false
categories: ["Modules"]
aliases: /rs/developing/modules/
aliases: /modules/
/rs/developing/modules/
---
Redis develops several modules that extend the core Redis feature set. Some of the features these modules provide include [querying, indexing and full-text search]({{< relref "/modules/redisearch" >}}), [JSON support]({{< relref "/modules/redisjson" >}}), and [probabalistic data structures]({{< relref "/modules/redisbloom" >}}).

Expand Down
4 changes: 4 additions & 0 deletions content/modules/redisai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ description:
weight: 20
alwaysopen: false
categories: ["Modules"]
aliases: /redisai/
/redis-ai/
/redis_ai/

---
RedisAI is a Redis module for executing Deep Learning/Machine Learning models and managing their data.
Its purpose is being a "workhorse" for model serving, by providing out-of-the-box support for popular DL/ML frameworks and unparalleled performance.
Expand Down
3 changes: 3 additions & 0 deletions content/modules/redisbloom/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ weight: 30
alwaysopen: false
categories: ["Modules"]
aliases:
- /redisbloom/
- /redis-bloom/
- /redis_bloom/
- /rs/developing/modules/bloom-filters/
---
A Bloom filter is a probabilistic data structure which provides an
Expand Down
4 changes: 4 additions & 0 deletions content/modules/redisearch/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ weight: 30
alwaysopen: false
categories: ["Modules"]
aliases:
- /redisearch/
- /redissearch/
- /redis-search/
- /redis_search/
- /rs/developing/modules/redisearch/
---
The [RediSearch 2.x module](https://redislabs.com/blog/introducing-redisearch-2-0/) is a source-available project that lets you build powerful searches for open-source Redis databases.
Expand Down
3 changes: 3 additions & 0 deletions content/modules/redisgears/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ description:
weight: 40
alwaysopen: false
categories: ["Modules"]
aliases: /redisgears/
/redis-gears/
/redis_gears/
---
## What is RedisGears?

Expand Down
3 changes: 3 additions & 0 deletions content/modules/redisgraph/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ weight: 50
alwaysopen: false
categories: ["Modules"]
aliases:
- /redisgraph/
- /redis-graph/
- /redis_graph/
- /rs/developing/modules/redisgraph/
---
RedisGraph is the first queryable [Property Graph](https://github.com/opencypher/openCypher/blob/master/docs/property-graph-model.adoc) database to use [sparse matrices](https://en.wikipedia.org/wiki/Sparse_matrix) to represent the [adjacency matrix](https://en.wikipedia.org/wiki/Adjacency_matrix) in graphs and [linear algebra](http://faculty.cse.tamu.edu/davis/GraphBLAS.html) to query the graph.
Expand Down
3 changes: 3 additions & 0 deletions content/modules/redisjson/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ weight: 60
alwaysopen: false
categories: ["Modules"]
aliases:
- /redisjson/
- /redis-json/
- /redis_json/
- /rs/developing/modules/redisjson/
---
Applications developed with the open source version of RedisJSON are 100%
Expand Down
3 changes: 3 additions & 0 deletions content/modules/redistimeseries/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ weight: 80
alwaysopen: false
categories: ["Modules"]
aliases:
- /redistimeseries/
- /redis-time-series/
- /redis_time_series/
- /rs/developing/modules/redistimeseries/
---
RedisTimeSeries is a Redis module developed by Redis to enhance your experience managing time series data with Redis.
Expand Down
1 change: 1 addition & 0 deletions content/platforms/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ description:
weight: 50
alwaysopen: false
categories: ["Platforms"]
aliases: /platforms/
---
{{< allchildren style="h2" description="true" />}}
4 changes: 3 additions & 1 deletion content/platforms/kubernetes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ description:
weight: 10
alwaysopen: false
categories: ["Platforms"]
aliases: /rs/getting-started/getting-started-kubernetes/
aliases: /kubernetes/
/k8s/
/rs/getting-started/getting-started-kubernetes/
/rs/administering/kubernetes/
---
Kubernetes provides enterprise orchestration of containers and has been widely adopted. The Redis Enterprise Operator for Kubernetes provides a
Expand Down
4 changes: 2 additions & 2 deletions content/platforms/release-notes/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
Title: Release Notes
Title: Release notes
description:
weight: 90
alwaysopen: false
categories: ["Platforms"]
---
## Redis Enterprise Software Kubernetes Operator Release Notes
## Redis Enterprise Software Kubernetes operator release notes
- [6.2.4-1 (September 2021)]({{<relref "/platforms/release-notes/k8s-6-2-4-1-2021-09.md">}})
- [6.0.20-12 (July 2021)]({{<relref "/platforms/release-notes/k8s-6-0-20-12-2021-07.md">}})
- [6.0.20-4 (May 2021)]({{<relref "/platforms/release-notes/k8s-6-0-20-4-2021-05.md">}})
Expand Down
8 changes: 8 additions & 0 deletions content/rc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ weight: 10
alwaysopen: false
categories: ["RC"]
aliases: /rv/
/rc/
/rediscloud
/redis-cloud
/redis_cloud
/redisenterprisecloud
/redis-enterprise-cloud
/redis_enterprise_cloud

---
Redis Enterprise Cloud delivers a cost-effective, fully managed
Database-as-a-Service (DBaaS) offering, fully hosted on public clouds.
Expand Down
6 changes: 6 additions & 0 deletions content/ri/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ description:
weight: 90
alwaysopen: false
categories: ["RI"]
aliases: /ri/
/redisinsight/
/redis-insight/
/redis_insight/


---
RedisInsight is a free GUI for Redis that is available on all platforms (Windows, Mac, Linux, and Docker) and works with all variants of Redis. RedisInsight allows you to:
- View performance metrics for your Redis instance with the [Overview tool]({{<relref "/ri/using-redisinsight/overview.md">}})
Expand Down
7 changes: 7 additions & 0 deletions content/rs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ description:
weight: 10
alwaysopen: false
categories: ["RS"]
aliases: /rs/
/redissoftware/
/redis-software/
/redis_software/
/redisenterprisesoftware/
/redis-enterprise-software/
/redis_enterprise_software/
---

[Redis Enterprise](https://redislabs.com/redis-enterprise/) is a robust, in-memory database platform built by the same people who develop open source Redis.
Expand Down
160 changes: 160 additions & 0 deletions website.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,166 @@
"ReplaceKeyPrefixWith": "latest/"
}
},
{
"Condition": {
"KeyPrefixEquals": "rc/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/rc/"
}
},
{
"Condition": {
"KeyPrefixEquals": "rs/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/rs/"
}
},
{
"Condition": {
"KeyPrefixEquals": "ri/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/ri/"
}
},
{
"Condition": {
"KeyPrefixEquals": "modules/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/modules/"
}
},
{
"Condition": {
"KeyPrefixEquals": "platforms/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/platforms/"
}
},
{
"Condition": {
"KeyPrefixEquals": "kubernetes/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/platforms/kubernetes"
}
},
{
"Condition": {
"KeyPrefixEquals": "k8s/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/platforms/kubernetes"
}
},
{
"Condition": {
"KeyPrefixEquals": "redisai/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/modules/redisai"
}
},
{
"Condition": {
"KeyPrefixEquals": "redisbloom/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/modules/redisbloom"
}
},
{
"Condition": {
"KeyPrefixEquals": "redisgears/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/modules/redisgears"
}
},
{
"Condition": {
"KeyPrefixEquals": "redisgraph/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/modules/redisgraph"
}
},
{
"Condition": {
"KeyPrefixEquals": "redisjson/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/modules/redisjson"
}
},
{
"Condition": {
"KeyPrefixEquals": "redisearch/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/modules/redisearch"
}
},
{
"Condition": {
"KeyPrefixEquals": "redissearch/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/modules/redisearch"
}
},
{
"Condition": {
"KeyPrefixEquals": "redistimeseries/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/modules/redistimeseries"
}
},
{
"Condition": {
"KeyPrefixEquals": "glossary/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/glossary"
}
},
{
"Condition": {
"KeyPrefixEquals": "latest/rc/how-to/creating-aws-user-redis-enterprise-vpc/"
Expand Down

0 comments on commit ab83995

Please sign in to comment.