Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nermiller committed Dec 1, 2022
2 parents 10a433a + afbd993 commit fcd7f18
Show file tree
Hide file tree
Showing 15 changed files with 789 additions and 97 deletions.
47 changes: 34 additions & 13 deletions about/redis-enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ description: Learn about Redis Enterprise
aliases:
---

[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.
[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.

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

## Overview

[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:
[Redis, Inc.](https://redis.com/) develops both open source and source available technologies which are free for developers to use. These include:
* [Redis OSS](https://redis.io/download/#redis-downloads): the core engine for our software and services
* [Redis Stack](https://redis.io/download/#redis-stack-downloads): the starting point for developers who want all the power of Redis OSS and the
the latest innovations Redis, Inc. has to offer all in an easy to use software package.
* [Redis Enterprise](https://redis.com/redis-enterprise/advantages/): our commercial product. Redis Enterprise maintains the simplicity and
high performance of Redis, while adding many enterprise-grade capabilities including:

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

### Redis Enterprise Software

[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:
[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:

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

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.
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.

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.

### Redis Enterprise Cloud

[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.
[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, Inc. manages the Redis Enterprise clusters and the complexity of the underlying infrastructure.

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

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

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


**Notes:**

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

### Hybrid and multi-cloud deployments

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

* Hybrid cloud with Active-Active — Combines self-managed on-prem clusters with Redis Cloud clusters
* [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)
* [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)

## Build real-time apps using Redis modules

[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/).
[Redis Stack](/docs/stack) extends the Redis OSS core with additional data models and capabilities such as indexing, querying, and JSON data support.
Redis Enteprise supports all of the module extensions available as part of Redis Stack,
see our [Stack and Enterprise docs](https://docs.redis.com/latest/modules/).

## Redis tools
## Redis developer tools

* [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.
* [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.
* [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) is a Redis Desktop UI for developers that can help you optimize Redis, visualize your
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
on Linux, Windows, and MacOS.
* [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.

## Support

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.
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.

## Learn more

Expand Down
55 changes: 55 additions & 0 deletions community/hacktoberfest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
title: Hacktoberfest 2022 at Redis
linkTitle: Hacktoberfest 2022
description: Let's collaborate this October!
weight: 1
---

[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.

## How to get involved
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).

### Get a GitHub account and Hacktoberfest account
You'll need a GitHub account to contribute to our repos. Sign up for free at [GitHub.com](https://github.com/).

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.**

### Finding and working on an issue
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.

2. Read the guidance notes on each issue carefully so you know what's expected of you.

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.**

<img src="../images/asking_for_assignment.png">

4. **Open a pull request within two calendar days:**

- This is to give more people a fair chance at finding an unclaimed issue.
- Make sure you reference the issue number in your pull request so that it shows on the issue's page.
- 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.

<img src="../images/pull_request.png">

When you do this, your pull request will then be automatically referenced in the issue:

<img src="../images/mention_issue_in_pr.png">

- If you don't submit a pull request within two calendar days, we will make the issue available to other contributors.

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.**

**[Make sure you read and understand DigitalOcean's complete Hacktoberfest rules before you start.](https://hacktoberfest.com/participation/#pr-mr-details)**

## Join the conversation
Need help with one of our issues, or just want to chat with other contributors? Join us on [Discord](https://discord.gg/redis)!

## Looking for more repos?
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.**

## Contact us

Hacktoberfest at Redis is brought to you by the Redis Developer Relations team. The project is led by Suze Shardlow, Developer Community Manager.

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).
Binary file added community/images/asking_for_assignment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added community/images/mention_issue_in_pr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added community/images/pull_request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,34 @@
.inRadius
01FY9MWDTWW4XQNTPJ9XY9FPMN
30Mb
Analytics
analytics
anonymized
APIs
atomicity
CLI
CLI-based
Caskroom
CentOS7
Centos8
CO2
CommandLineRunner
Config
CMS
CRM
CrudRepository
Cypher
datacenters
datastore
deserialize
deserialized
DNS
Dotenv
Downey
EntityStream
ETL
FTS
geo-distributed
consumer1
consumer2
consumer3
Expand All @@ -24,6 +42,7 @@ dataset
DevOps
Dotenv
Downey
dually
EntityStream
GCP
geo-distributed
Expand All @@ -34,6 +53,12 @@ Geospatial
Github
Hemsworth
Homebrew
HyperLogLog
HyperLogLogs
IAM
Initializer
IoT
IPs
IaaS
inferencing
Initializer
Expand All @@ -49,7 +74,9 @@ Kubernetes-based
LICENSOR
LINQ
Licensor
licensor
Licensor.
licensor's
Lombok
LTS
M1
Expand All @@ -67,6 +94,7 @@ PeopleController
PeopleControllerV1
PeopleRepository
PeopleService
PowerShell
product-lifecycle
Profiler
Pydantic
Expand All @@ -89,23 +117,32 @@ RedisGraph
RedisInsight
RedisJSON
RedisTimeSeries
RSALv2
SaaS
SDK
SKU
SMS
SRANDMEMBER
SSPL
Scarlett
SkeletonApplication
SortOrder.ASC
Springfox
SSPLv1
Stapleton's
Sublicensing
SwaggerUI
Systemd
tiering
TTL
TShark
UI
ULID
ULIDs
Unlink
Wireshark
uptime
WSL
XADD
Xenial
YAML
Expand All @@ -129,6 +166,7 @@ comin
config
const
createClient
dataset
david-paich.json
dearmor
devtools
Expand All @@ -148,6 +186,7 @@ firstName
fsSL
geo
geofilter
geo-location
getters
gpg
gpgcheck=1
Expand All @@ -161,12 +200,14 @@ ingest:temphumidity
instantiation
javascript
joan-jett.json
jedis
json
justin-timberlake.json
kerry-livgren.json
keyName
keyrings
lastName
latencies
linkTitle
loadTestData
localhost
Expand All @@ -192,6 +233,7 @@ personSchema
personalStatement
piña
postalCode
predictively
profiler
redis
redis-benchmark
Expand All @@ -207,28 +249,36 @@ repo
repo's
req
requirepass
reserialize
runnable
rupert-holmes.json
schemaless
searchByPersonalStatement
searchRouter
snapshots-repo
springfox-boot-starter
springfox-swagger-ui
src
staticName
storages
sublicense
subvalues
sudo
swagger-ui
swaggerDocument
swaggerUi
symlink
symlinked
telecom
Telecom
TimeSeries
tl
temphumidity_consumers
tmp
typesafe
untap
untarring
uptime
url
usr
v1
Expand All @@ -237,3 +287,5 @@ XDEL
XLEN
xml
zshrc
REPL
Slowlog
Loading

0 comments on commit fcd7f18

Please sign in to comment.