diff --git a/about/redis-enterprise.md b/about/redis-enterprise.md index 83443a5e..44ede82c 100644 --- a/about/redis-enterprise.md +++ b/about/redis-enterprise.md @@ -7,7 +7,7 @@ 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, Google Cloud, +available both [on-premises](https://redis.com/redis-enterprise-software/overview/) and [in the cloud](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users) (on AWS, Google Cloud, or Azure). Redis Enterprise simplifies operations, scaling, and multi-tenancy, includes many integrations (for example, Kubernetes), and provides multiple tiers of support. diff --git a/docs/stack/get-started/install-stack/_index.md b/docs/stack/get-started/install-stack/_index.md index 7a6b6a5f..ca424d81 100644 --- a/docs/stack/get-started/install-stack/_index.md +++ b/docs/stack/get-started/install-stack/_index.md @@ -9,4 +9,4 @@ aliases: - /docs/stack/get-started/install/ --- -While you can install Redis Stack on any of the platforms listed below, you might also consider using Redis Cloud by creating a [free account](https://docs.redis.com/latest/rc/rc-quickstart/). \ No newline at end of file +While you can install Redis Stack on any of the platforms listed below, you might also consider using Redis Cloud by creating a [free account](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users). \ No newline at end of file diff --git a/docs/stack/get-started/om-clients/stack-node.md b/docs/stack/get-started/om-clients/stack-node.md index e4f9fa13..c34c7f10 100644 --- a/docs/stack/get-started/om-clients/stack-node.md +++ b/docs/stack/get-started/om-clients/stack-node.md @@ -23,7 +23,7 @@ But before we start with the coding, let's start with a description of what Redi Like anything software-related, you need to have some dependencies installed before you can get started: - [Node.js 14.8+](https://nodejs.org/en/): In this tutorial, we're using JavaScript's top-level `await` feature which was introduced in Node 14.8. So, make sure you are using that version or later. -- [Redis Stack](/download): You need a version of Redis Stack, either running locally on your machine or [in the cloud](https://redis.com/try-free/). +- [Redis Stack](/download): You need a version of Redis Stack, either running locally on your machine or [in the cloud](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users). - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/): We'll use this to look inside Redis and make sure our code is doing what we think it's doing. diff --git a/docs/stack/get-started/om-clients/stack-python.md b/docs/stack/get-started/om-clients/stack-python.md index 721ee2a3..d8f18395 100644 --- a/docs/stack/get-started/om-clients/stack-python.md +++ b/docs/stack/get-started/om-clients/stack-python.md @@ -51,7 +51,7 @@ To run this application you'll need: * [git](https://git-scm.com/download) - to clone the repo to your machine. * [Python 3.9 or higher](https://www.python.org/downloads/). -* A [Redis Stack](https://redis.io) database, or Redis with the [Search and Query](https://redis.io/docs/stack/search/) and [JSON](https://redis.io/docs/stack/json/) features installed. We've provided a `docker-compose.yml` for this. You can also [sign up for a free 30Mb database with Redis Enterprise Cloud](https://redis.com/try-free/) - be sure to check the Redis Stack option when creating your cloud database. +* A [Redis Stack](https://redis.io) database, or Redis with the [Search and Query](https://redis.io/docs/stack/search/) and [JSON](https://redis.io/docs/stack/json/) features installed. We've provided a `docker-compose.yml` for this. You can also [sign up for a free 30Mb database with Redis Enterprise Cloud](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users) - be sure to check the Redis Stack option when creating your cloud database. * [curl](https://curl.se/), or [Postman](https://www.postman.com/) - to send HTTP requests to the application. We'll provide examples using curl in this document. * Optional: [RedisInsight](https://redis.com/redis-enterprise/redis-insight/), a free data visualization and database management tool for Redis. When downloading RedisInsight, be sure to select version 2.x or use the version that comes with Redis Stack. diff --git a/support/index.md b/support/index.md index 7a81f1f7..382fdae9 100644 --- a/support/index.md +++ b/support/index.md @@ -11,7 +11,7 @@ Visit our [Community page](/community) for ways to get free support from the com ## Commercial support -Redis, Inc. commercially supports [Redis Enterprise](https://redis.com/redis-enterprise/advantages/), which is available as an [on-premises software deployment](https://redis.com/redis-enterprise-software/overview/) and a [fully-managed cloud service](https://redis.com/redis-enterprise-cloud/overview/). Try Redis Cloud for [free](https://redis.com/try-free/). +Redis, Inc. commercially supports [Redis Enterprise](https://redis.com/redis-enterprise/advantages/), which is available as an [on-premises software deployment](https://redis.com/redis-enterprise-software/overview/) and a [fully-managed cloud service](https://redis.com/redis-enterprise-cloud/overview/). Try Redis Cloud for [free](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users). Redis Enterprise simplifies the management of Redis at scale and includes [advanced security](https://docs.redis.com/latest/rs/security/), [active-active geo distribution](https://redis.com/redis-enterprise/technology/active-active-geo-distribution/), and [on-call customer support](https://redis.com/company/support/).