Skip to content

Commit fcd7f18

Browse files
authored
Merge branch 'main' into patch-1
2 parents 10a433a + afbd993 commit fcd7f18

File tree

15 files changed

+789
-97
lines changed

15 files changed

+789
-97
lines changed

about/redis-enterprise.md

+34-13
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 — 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 — 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)
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/) — 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.
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

community/hacktoberfest.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Hacktoberfest 2022 at Redis
3+
linkTitle: Hacktoberfest 2022
4+
description: Let's collaborate this October!
5+
weight: 1
6+
---
7+
8+
[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+
<img src="../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+
<img src="../images/pull_request.png">
34+
35+
When you do this, your pull request will then be automatically referenced in the issue:
36+
37+
<img src="../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).
38.4 KB
Loading
51.1 KB
Loading

community/images/pull_request.png

52.7 KB
Loading

dictionary.txt

+52
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,34 @@
22
.inRadius
33
01FY9MWDTWW4XQNTPJ9XY9FPMN
44
30Mb
5+
Analytics
56
analytics
67
anonymized
78
APIs
9+
atomicity
810
CLI
911
CLI-based
1012
Caskroom
1113
CentOS7
1214
Centos8
15+
CO2
1316
CommandLineRunner
1417
Config
18+
CMS
19+
CRM
20+
CrudRepository
21+
Cypher
22+
datacenters
23+
datastore
24+
deserialize
25+
deserialized
26+
DNS
27+
Dotenv
28+
Downey
29+
EntityStream
30+
ETL
31+
FTS
32+
geo-distributed
1533
consumer1
1634
consumer2
1735
consumer3
@@ -24,6 +42,7 @@ dataset
2442
DevOps
2543
Dotenv
2644
Downey
45+
dually
2746
EntityStream
2847
GCP
2948
geo-distributed
@@ -34,6 +53,12 @@ Geospatial
3453
Github
3554
Hemsworth
3655
Homebrew
56+
HyperLogLog
57+
HyperLogLogs
58+
IAM
59+
Initializer
60+
IoT
61+
IPs
3762
IaaS
3863
inferencing
3964
Initializer
@@ -49,7 +74,9 @@ Kubernetes-based
4974
LICENSOR
5075
LINQ
5176
Licensor
77+
licensor
5278
Licensor.
79+
licensor's
5380
Lombok
5481
LTS
5582
M1
@@ -67,6 +94,7 @@ PeopleController
6794
PeopleControllerV1
6895
PeopleRepository
6996
PeopleService
97+
PowerShell
7098
product-lifecycle
7199
Profiler
72100
Pydantic
@@ -89,23 +117,32 @@ RedisGraph
89117
RedisInsight
90118
RedisJSON
91119
RedisTimeSeries
120+
RSALv2
121+
SaaS
92122
SDK
123+
SKU
124+
SMS
93125
SRANDMEMBER
94126
SSPL
95127
Scarlett
96128
SkeletonApplication
97129
SortOrder.ASC
98130
Springfox
131+
SSPLv1
99132
Stapleton's
100133
Sublicensing
101134
SwaggerUI
135+
Systemd
102136
tiering
103137
TTL
138+
TShark
104139
UI
105140
ULID
106141
ULIDs
107142
Unlink
143+
Wireshark
108144
uptime
145+
WSL
109146
XADD
110147
Xenial
111148
YAML
@@ -129,6 +166,7 @@ comin
129166
config
130167
const
131168
createClient
169+
dataset
132170
david-paich.json
133171
dearmor
134172
devtools
@@ -148,6 +186,7 @@ firstName
148186
fsSL
149187
geo
150188
geofilter
189+
geo-location
151190
getters
152191
gpg
153192
gpgcheck=1
@@ -161,12 +200,14 @@ ingest:temphumidity
161200
instantiation
162201
javascript
163202
joan-jett.json
203+
jedis
164204
json
165205
justin-timberlake.json
166206
kerry-livgren.json
167207
keyName
168208
keyrings
169209
lastName
210+
latencies
170211
linkTitle
171212
loadTestData
172213
localhost
@@ -192,6 +233,7 @@ personSchema
192233
personalStatement
193234
piña
194235
postalCode
236+
predictively
195237
profiler
196238
redis
197239
redis-benchmark
@@ -207,28 +249,36 @@ repo
207249
repo's
208250
req
209251
requirepass
252+
reserialize
210253
runnable
211254
rupert-holmes.json
255+
schemaless
212256
searchByPersonalStatement
213257
searchRouter
214258
snapshots-repo
215259
springfox-boot-starter
216260
springfox-swagger-ui
217261
src
218262
staticName
263+
storages
219264
sublicense
265+
subvalues
220266
sudo
221267
swagger-ui
222268
swaggerDocument
223269
swaggerUi
224270
symlink
225271
symlinked
272+
telecom
273+
Telecom
274+
TimeSeries
226275
tl
227276
temphumidity_consumers
228277
tmp
229278
typesafe
230279
untap
231280
untarring
281+
uptime
232282
url
233283
usr
234284
v1
@@ -237,3 +287,5 @@ XDEL
237287
XLEN
238288
xml
239289
zshrc
290+
REPL
291+
Slowlog

0 commit comments

Comments
 (0)