From 123622152a0c53376bdc0af7acc71b2e8b4154aa Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Fri, 11 Dec 2020 16:14:27 -0700 Subject: [PATCH 1/2] Revise commerical support information --- views/support.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/views/support.md b/views/support.md index a9661ad3..d97c77dc 100644 --- a/views/support.md +++ b/views/support.md @@ -4,9 +4,15 @@ Support Commercial Support --- -[Redis Labs](https://redislabs.com), the official sponsor of Redis, provides fully managed cloud services ([hosted](https://redislabs.com/products/redis-cloud/), [VPC](https://redislabs.com/products/redis-cloud-private/)), and on-premise [software](https://redislabs.com/products/redis-pack/), supporting Redis on Flash (SSD) memory, Redis CRDTs-based for multi-master cluster deployment and including integrated modules such as RediSearch, ReJSON, Redis-Graph and Redis-ML. +[Redis Labs](https://redislabs.com) the official sponsor of open source Redis. -Community Help +Redis Labs provides commercial Redis support with Redis Enterprise, available as [a fully-managed cloud service](https://redislabs.com/products/redis-cloud/) and an [on-premises software deployment](https://redislabs.com/redis-enterprise/advantages). + +Redis Enterprise simplifies the management of Redis at scale and includes [advanced security](https://redislabs.com/enterprise-grade-redis-security/), [active-active geo distribution](https://redislabs.com/redis-enterprise/technology/active-active-geo-distribution/), and on-call customer support. + +Redis Labs also develops several Redis modules that extend the functionality of Redis. These include [RediSearch](https://oss.redislabs.com/redisearch/) (querying, indexing, and full-text search for Redis), [RedisJSON](https://oss.redislabs.com/redisjson/) (JSON for Redis), and [RedisTimeSeries](https://oss.redislabs.com/redistimeseries/) (a time series database on Redis). + +Community Support --- -Visit the [Community](/community) page for more public support options and details on how to contribute to Redis. +Visit the [Community](/community) page for public support options and details on how to contribute to Redis. From b174e44b7da2311bf331a84768d02350979b66c1 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Fri, 11 Dec 2020 16:15:41 -0700 Subject: [PATCH 2/2] minor: type and flow --- views/support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/support.md b/views/support.md index d97c77dc..710e223e 100644 --- a/views/support.md +++ b/views/support.md @@ -4,9 +4,9 @@ Support Commercial Support --- -[Redis Labs](https://redislabs.com) the official sponsor of open source Redis. +[Redis Labs](https://redislabs.com) is the official sponsor of open source Redis. -Redis Labs provides commercial Redis support with Redis Enterprise, available as [a fully-managed cloud service](https://redislabs.com/products/redis-cloud/) and an [on-premises software deployment](https://redislabs.com/redis-enterprise/advantages). +In addition, Redis Labs provides commercial Redis support with Redis Enterprise, available as [a fully-managed cloud service](https://redislabs.com/products/redis-cloud/) and an [on-premises software deployment](https://redislabs.com/redis-enterprise/advantages). Redis Enterprise simplifies the management of Redis at scale and includes [advanced security](https://redislabs.com/enterprise-grade-redis-security/), [active-active geo distribution](https://redislabs.com/redis-enterprise/technology/active-active-geo-distribution/), and on-call customer support.