You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: about/redis-enterprise.md
+34-13
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,21 @@ description: Learn about Redis Enterprise
6
6
aliases:
7
7
---
8
8
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.
10
13
11
14
Read on to learn about Redis Enterprise and the benefits of its extended offerings.
12
15
13
16
## Overview
14
17
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:
16
24
17
25
* Linear scaling to hundreds of millions of operations per second
18
26
* Improved high availability with up to 99.999% uptime
@@ -30,19 +38,23 @@ Redis Enterprise offers three deployment options:
30
38
31
39
### Redis Enterprise Software
32
40
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:
34
43
35
44
* IaaS cloud environments — Amazon Web Services (AWS), Google Cloud Platform (GCP), and Microsoft Azure
36
45
* Bare-metal servers in a private datacenter
37
46
* Virtual machines (VMs), Kubernetes pods, etc.
38
47
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.
40
50
41
51
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.
42
52
43
53
### Redis Enterprise Cloud
44
54
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.
46
58
47
59
To get started, see the [Redis Enterprise Cloud quick start](https://docs.redis.com/latest/rc/rc-quickstart/).
48
60
@@ -51,33 +63,42 @@ Let [Support](https://redis.com/company/support/) know if you have any questions
51
63
You can also purchase and deploy Redis Enterprise Cloud directly through the cloud provider's marketplace:
52
64
53
65
*[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)
*[Azure Cache for Redis Enterprise pricing](https://azure.microsoft.com/en-us/pricing/details/cache/#pricing) (Azure)
68
+
56
69
57
70
**Notes:**
58
71
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.
60
73
* Redis provides second-level support to Microsoft customers.
61
74
62
75
### Hybrid and multi-cloud deployments
63
76
64
77
Redis Enterpise support both hybrid (on-premises / cloud) and multi-cloud deployments using Active-Active replication:
65
78
66
79
* Hybrid cloud with Active-Active — Combines self-managed on-prem clusters with Redis Cloud clusters
67
-
*[Multicloud with Active-Active](https://redis.com/redis-enterprise-cloud/multicloud/)— 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/)— Multiple fully-managed Redis Cloud clusters with a
81
+
geo-replicated database across multiple cloud vendors (for example, AWS and GCP)
68
82
69
83
## Build real-time apps using Redis modules
70
84
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/).
72
88
73
-
## Redis tools
89
+
## Redis developer tools
74
90
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/)— 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/)— Redis Enterprise is fully compatible with Redis OSS.
95
+
Any standard Redis client can be used with Redis Enterprise.
77
96
78
97
## Support
79
98
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.
[Hacktoberfest](https://hacktoberfest.com/) is a month-long online festival which takes place every year in October. It is sponsored by [DigitalOcean](https://www.digitalocean.com/) and aims to encourage people to get involved in open source projects.
9
+
10
+
## How to get involved
11
+
Through October, we at Redis are creating a number of GitHub issues for folks who want to contribute to our documentation and demo apps. [View our list of current open issues](https://github.com/search?l=&q=%23hacktoberfest+user%3Aredislabs-training+user%3Aredis+user%3Aredis-developer+user%3Asimonprickett+user%3Asav-norem+label%3Ahacktoberfest&state=open&type=Issues).
12
+
13
+
### Get a GitHub account and Hacktoberfest account
14
+
You'll need a GitHub account to contribute to our repos. Sign up for free at [GitHub.com](https://github.com/).
15
+
16
+
You'll also need to register with Hacktoberfest using your GitHub account if you want to be in with a chance of earning swag from DigitalOcean. **Please note that Redis is not involved in allocating or sending swag.**
17
+
18
+
### Finding and working on an issue
19
+
1.[Look for a suitable issue on GitHub](https://github.com/search?l=&q=%23hacktoberfest+user%3Aredislabs-training+user%3Aredis+user%3Aredis-developer+user%3Asimonprickett+user%3Asav-norem+label%3Ahacktoberfest&state=open&type=Issues). Where possible, we have tagged them according to the skillset and level of experience required.
20
+
21
+
2. Read the guidance notes on each issue carefully so you know what's expected of you.
22
+
23
+
3. Add a comment in the issue stating that you're working on it. **To be fair to other contributors, only claim one issue at a time.**
24
+
25
+
<imgsrc="../images/asking_for_assignment.png">
26
+
27
+
4.**Open a pull request within two calendar days:**
28
+
29
+
- This is to give more people a fair chance at finding an unclaimed issue.
30
+
- Make sure you reference the issue number in your pull request so that it shows on the issue's page.
31
+
- If you're a member of our [Discord server](https://discord.gg/redis), include your Discord handle and we will bestow the **Hacktoberfest 2022** role upon you.
32
+
33
+
<imgsrc="../images/pull_request.png">
34
+
35
+
When you do this, your pull request will then be automatically referenced in the issue:
36
+
37
+
<imgsrc="../images/mention_issue_in_pr.png">
38
+
39
+
- If you don't submit a pull request within two calendar days, we will make the issue available to other contributors.
40
+
41
+
5. We will review your pull request. If it's suitable, we'll merge it and add the `hacktoberfest-accepted` label. **If we feel that further work is required, we'll comment as part of our review.**
42
+
43
+
**[Make sure you read and understand DigitalOcean's complete Hacktoberfest rules before you start.](https://hacktoberfest.com/participation/#pr-mr-details)**
44
+
45
+
## Join the conversation
46
+
Need help with one of our issues, or just want to chat with other contributors? Join us on [Discord](https://discord.gg/redis)!
47
+
48
+
## Looking for more repos?
49
+
If you're looking for more repos to contribute to during Hacktoberfest, [check out the Hacktoberfest topic on GitHub](https://github.com/topics/hacktoberfest). **Redis is not responsible for the content of third-party repositories.**
50
+
51
+
## Contact us
52
+
53
+
Hacktoberfest at Redis is brought to you by the Redis Developer Relations team. The project is led by Suze Shardlow, Developer Community Manager.
54
+
55
+
We can't debug or refactor your code for you, but if you need help understanding how the project works, write a post in the Hacktoberfest channel on our [Discord server](https://discord.gg/redis).
0 commit comments