Skip to content

Commit 9169c5f

Browse files
thallredisbanker
andauthored
Adjustments to messaging and description of various packages (#104)
* Adjustments to messaging and description of various packages Co-authored-by: Kyle Banker <banker@users.noreply.github.com>
1 parent 182dd40 commit 9169c5f

File tree

1 file changed

+34
-13
lines changed

1 file changed

+34
-13
lines changed

about/redis-enterprise.md

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,21 @@ description: Learn about Redis Enterprise
66
aliases:
77
---
88

9-
[Redis Enterprise](https://redis.com/redis-enterprise-software/overview/) is an enterprise-grade Redis, available both [on-premises](https://redis.com/redis-enterprise-software/overview/) and [in the cloud](https://redis.com/try-free/) (on AWS, GCP, or Azure). Redis Enterprise simplifies operations, scaling, and multi-tenancy, includes many integrations (e.g., K8s), and provides multiple tiers of support.
9+
[Redis Enterprise](https://redis.com/redis-enterprise-software/overview/) is an enterprise-grade Redis,
10+
available both [on-premises](https://redis.com/redis-enterprise-software/overview/) and [in the cloud](https://redis.com/try-free/) (on AWS, GCP,
11+
or Azure). Redis Enterprise simplifies operations, scaling, and multi-tenancy, includes many integrations (e.g., K8s), and provides multiple
12+
tiers of support.
1013

1114
Read on to learn about Redis Enterprise and the benefits of its extended offerings.
1215

1316
## Overview
1417

15-
[Redis](https://redis.com/), the company, develops [OSS Redis](https://redis.io/download/#redis-downloads) and [Redis Stack](https://redis.io/download/#redis-stack-downloads) and also provides [Redis Enterprise](https://redis.com/redis-enterprise/advantages/) as a commercial product. Redis Enterprise maintains the simplicity and high performance of Redis, while adding many enterprise-grade capabilities:
18+
[Redis, Inc.](https://redis.com/) develops both open source and source available technologies which are free for developers to use. These include:
19+
* [Redis OSS](https://redis.io/download/#redis-downloads): the core engine for our software and services
20+
* [Redis Stack](https://redis.io/download/#redis-stack-downloads): the starting point for developers who want all the power of Redis OSS and the
21+
the latest innovations Redis, Inc. has to offer all in an easy to use software package.
22+
* [Redis Enterprise](https://redis.com/redis-enterprise/advantages/): our commercial product. Redis Enterprise maintains the simplicity and
23+
high performance of Redis, while adding many enterprise-grade capabilities including:
1624

1725
* Linear scaling to hundreds of millions of operations per second
1826
* Improved high availability with up to 99.999% uptime
@@ -30,19 +38,23 @@ Redis Enterprise offers three deployment options:
3038

3139
### Redis Enterprise Software
3240

33-
[Redis Enterprise Software](https://redis.com/redis-enterprise-software/overview/) is the on-premises distribution of Redis Enterprise. You download, install, and manage a Redis Enterprise Software cluster wherever you like:
41+
[Redis Enterprise Software](https://redis.com/redis-enterprise-software/overview/) is the on-premises distribution of Redis Enterprise.
42+
You download, install, and manage a Redis Enterprise Software cluster wherever you like:
3443

3544
* IaaS cloud environments &mdash; Amazon Web Services (AWS), Google Cloud Platform (GCP), and Microsoft Azure
3645
* Bare-metal servers in a private datacenter
3746
* Virtual machines (VMs), Kubernetes pods, etc.
3847

39-
Redis provides a [Kubernetes operator](https://redis.com/redis-enterprise-software/redis-enterprise-on-kubernetes/) that deploys and manages a Redis Enterprise cluster. You can use the operator on premises or in a private or public cloud.
48+
Redis provides a [Kubernetes operator](https://redis.com/redis-enterprise-software/redis-enterprise-on-kubernetes/) that deploys and manages a
49+
Redis Enterprise cluster. You can use the operator on premises or in a private or public cloud.
4050

4151
The [Google Cloud Marketplace](https://console.cloud.google.com/marketplace/product/endpoints/gcp.redisenterprise.com?pli=1&project=redislabs-university) also offers Redis Enterprise as a Kubernetes app for easy deployment.
4252

4353
### Redis Enterprise Cloud
4454

45-
[Redis Enterprise Cloud](https://redis.com/redis-enterprise-cloud/overview/) is a Database-as-a-Service provided by Redis. The fully-managed cloud service is based on Redis Enterprise and accessible via a self-service portal, which gives you access to the subscription/database control plane. Redis manages the Redis Enterprise clusters and the complexity of the underlying infrastructure.
55+
[Redis Enterprise Cloud](https://redis.com/redis-enterprise-cloud/overview/) is a Database-as-a-Service provided by Redis. The fully-managed cloud
56+
service is based on Redis Enterprise and accessible via a self-service portal, which gives you access to the subscription/database control plane.
57+
Redis, Inc. manages the Redis Enterprise clusters and the complexity of the underlying infrastructure.
4658

4759
To get started, see the [Redis Enterprise Cloud quick start](https://docs.redis.com/latest/rc/rc-quickstart/).
4860

@@ -51,33 +63,42 @@ Let [Support](https://redis.com/company/support/) know if you have any questions
5163
You can also purchase and deploy Redis Enterprise Cloud directly through the cloud provider's marketplace:
5264

5365
* [Redis Enterprise Cloud Flexible - Pay as You Go](https://aws.amazon.com/marketplace/pp/prodview-mwscixe4ujhkq) (AWS)
54-
* [Azure Cache for Redis Enterprise pricing](https://azure.microsoft.com/en-us/pricing/details/cache/#pricing) (Azure)
5566
* [Redis Enterprise Cloud](https://console.cloud.google.com/marketplace/product/endpoints/gcp.redisenterprise.com?project=redislabs-university) (GCP)
67+
* [Azure Cache for Redis Enterprise pricing](https://azure.microsoft.com/en-us/pricing/details/cache/#pricing) (Azure)
68+
5669

5770
**Notes:**
5871

59-
* Azure Cache is not managed by Redis but by Microsoft with a revenue-sharing arrangement.
72+
* Azure Cache for Redis Enterprise is developed by Redis, but offered and operated by Microsoft as a first-party service within Azure.
6073
* Redis provides second-level support to Microsoft customers.
6174

6275
### Hybrid and multi-cloud deployments
6376

6477
Redis Enterpise support both hybrid (on-premises / cloud) and multi-cloud deployments using Active-Active replication:
6578

6679
* Hybrid cloud with Active-Active &mdash; Combines self-managed on-prem clusters with Redis Cloud clusters
67-
* [Multicloud with Active-Active](https://redis.com/redis-enterprise-cloud/multicloud/) &mdash; Multiple fully-managed Redis Cloud clusters with a geo-replicated database across multiple cloud vendors (for example, AWS and GCP)
80+
* [Multicloud with Active-Active](https://redis.com/redis-enterprise-cloud/multicloud/) &mdash; Multiple fully-managed Redis Cloud clusters with a
81+
geo-replicated database across multiple cloud vendors (for example, AWS and GCP)
6882

6983
## Build real-time apps using Redis modules
7084

71-
[Redis Stack](/docs/stack) extends Redis with additional data models and capabilities such as indexing, SQL-like querying, and time-series data support. If you're using Redis Stack with Redis Enteprise, see our [Stack and Enterprise docs](https://docs.redis.com/latest/modules/).
85+
[Redis Stack](/docs/stack) extends the Redis OSS core with additional data models and capabilities such as indexing, querying, and JSON data support.
86+
Redis Enteprise supports all of the module extensions available as part of Redis Stack,
87+
see our [Stack and Enterprise docs](https://docs.redis.com/latest/modules/).
7288

73-
## Redis tools
89+
## Redis developer tools
7490

75-
* [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) is a Redis admin UI that can help you optimize Redis and visualize your data. RedisInsight supports Redis OSS, Redis Stack, Redis Enterprise Software, and Redis Enterprise Cloud. It runs cross-platform on Linux, Windows, and MacOS.
76-
* [Clients and connectors](https://redis.com/redis-enterprise/clients-connectors/) &mdash; Redis Enterprise is fully compatible with Redis OSS. Any standard Redis client can be used with Redis Enterprise.
91+
* [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) is a Redis Desktop UI for developers that can help you optimize Redis, visualize your
92+
data, and debug your applications. RedisInsight is part of Redis Stack and can also be used with Redis OSS and Redis Enterprise. It runs cross-platform
93+
on Linux, Windows, and MacOS.
94+
* [Clients and connectors](https://redis.com/redis-enterprise/clients-connectors/) &mdash; Redis Enterprise is fully compatible with Redis OSS.
95+
Any standard Redis client can be used with Redis Enterprise.
7796

7897
## Support
7998

80-
You can contact the [Redis Customer Success Team](https://redis.com/deployment/customer-success/) for help with planning your project and implementation as well as maintaining and optimizing your solution. Redis Customer Success will work directly with you to deliver personalized account and product-lifecycle management, best practices, and expert guidance.
99+
You can contact the [Redis Customer Success Team](https://redis.com/deployment/customer-success/) for help with planning your project and
100+
implementation as well as maintaining and optimizing your solution. Redis Customer Success will work directly with you to deliver personalized
101+
account and product-lifecycle management, best practices, and expert guidance.
81102

82103
## Learn more
83104

0 commit comments

Comments
 (0)