From 72d3f64ad4e0d70424c90728fd17840ad8e7e947 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 7 Nov 2023 08:05:27 -0800 Subject: [PATCH 1/3] DOC-3097: change Redis Enterprise Cloud to Redis Cloud --- about/redis-enterprise.md | 12 ++++++------ docs/stack/clients/om-clients/stack-python.md | 10 +++++----- support/index.md | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/about/redis-enterprise.md b/about/redis-enterprise.md index 44ede82..8992f40 100644 --- a/about/redis-enterprise.md +++ b/about/redis-enterprise.md @@ -50,20 +50,20 @@ Redis Enterprise cluster. You can use the operator on premises or in a private o The [Google Cloud Marketplace](https://console.cloud.google.com/marketplace/product/redislabs-public/redis-enterprise) also offers Redis Enterprise as a Kubernetes app for easy deployment. -### Redis Enterprise Cloud +### Redis Cloud -[Redis Enterprise Cloud](https://redis.com/redis-enterprise-cloud/overview/) is a Database-as-a-Service provided by Redis. The fully-managed cloud +[Redis 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/). +To get started, see the [Redis Cloud quick start](https://docs.redis.com/latest/rc/rc-quickstart/). 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: +You can also purchase and deploy Redis 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) -* [Redis Enterprise Cloud Flexible - Pay as You Go](https://console.cloud.google.com/marketplace/product/redis-marketplace-isaas/redis-enterprise-cloud-flexible-plan) (Google Cloud) +* [Redis Cloud Flexible - Pay as You Go](https://aws.amazon.com/marketplace/pp/prodview-mwscixe4ujhkq) (AWS) +* [Redis Cloud Flexible - Pay as You Go](https://console.cloud.google.com/marketplace/product/redis-marketplace-isaas/redis-enterprise-cloud-flexible-plan) (Google Cloud) * [Azure Cache for Redis Enterprise pricing](https://azure.microsoft.com/en-us/pricing/details/cache/#pricing) (Azure) diff --git a/docs/stack/clients/om-clients/stack-python.md b/docs/stack/clients/om-clients/stack-python.md index e6332b9..d08c6ae 100644 --- a/docs/stack/clients/om-clients/stack-python.md +++ b/docs/stack/clients/om-clients/stack-python.md @@ -52,7 +52,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/?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. +* 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 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. @@ -65,7 +65,7 @@ $ git clone https://github.com/redis-developer/redis-om-python-flask-skeleton-ap $ cd redis-om-python-flask-skeleton-app ``` -### Start a Redis Stack Database, or Configure your Redis Enterprise Cloud Credentials +### Start a Redis Stack Database, or Configure your Redis Cloud Credentials Next, we'll get a Redis Stack database up and running. If you're using Docker: @@ -75,7 +75,7 @@ Creating network "redis-om-python-flask-skeleton-app_default" with the default d Creating redis_om_python_flask_starter ... done ``` -If you're using Redis Enterprise Cloud, you'll need the hostname, port number, and password for your database. Use these to set the `REDIS_OM_URL` environment variable like this: +If you're using Redis Cloud, you'll need the hostname, port number, and password for your database. Use these to set the `REDIS_OM_URL` environment variable like this: ```bash $ export REDIS_OM_URL=redis://default:@: @@ -83,7 +83,7 @@ $ export REDIS_OM_URL=redis://default:@: (This step is not required when working with Docker as the Docker container runs Redis on `localhost` port `6379` with no password, which is the default connection that Redis OM uses.) -For example if your Redis Enterprise Cloud database is at port `9139` on host `enterprise.redis.com` and your password is `5uper53cret` then you'd set `REDIS_OM_URL` as follows: +For example if your Redis Cloud database is at port `9139` on host `enterprise.redis.com` and your password is `5uper53cret` then you'd set `REDIS_OM_URL` as follows: ```bash $ export REDIS_OM_URL=redis://default:5uper53cret@enterprise.redis.com:9139 @@ -148,7 +148,7 @@ raise ConnectionError(self._error_message(e)) redis.exceptions.ConnectionError: Error 61 connecting to localhost:6379. Connection refused. ``` -then you need to start the Redis Docker container if using Docker, or set the `REDIS_OM_URL` environment variable if using Redis Enterprise Cloud. +then you need to start the Redis Docker container if using Docker, or set the `REDIS_OM_URL` environment variable if using Redis Cloud. If you've set the `REDIS_OM_URL` environment variable, and the code errors with something like this on startup: diff --git a/support/index.md b/support/index.md index 382fdae..16d3d69 100644 --- a/support/index.md +++ b/support/index.md @@ -19,4 +19,4 @@ Redis Enterprise simplifies the management of Redis at scale and includes [advan Redis, Inc. also develops [Redis Stack](/docs/stack), which extends Redis OSS with modern data models and processing engines to provide a complete developer experience. Redis Enterprise supports all of these data models and processing engines. If you need support for applications which have -been built using Redis Stack, you'll want to consider purchasing either Redis Enterprise Software or our Redis Enterprise Cloud service offering. +been built using Redis Stack, you'll want to consider purchasing either Redis Enterprise Software or our Redis Cloud service offering. From b06ead41f15228798b89e19bf0789f7b727880b9 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 7 Nov 2023 08:11:31 -0800 Subject: [PATCH 2/3] DOC-3097: (#2) update dictionary.txt --- dictionary.txt | 177 ++++++++++++++++++++++++++++--------------------- 1 file changed, 101 insertions(+), 76 deletions(-) diff --git a/dictionary.txt b/dictionary.txt index a473f0d..33fc7c0 100644 --- a/dictionary.txt +++ b/dictionary.txt @@ -1,101 +1,74 @@ .env .inRadius 01FY9MWDTWW4XQNTPJ9XY9FPMN +1000W +100mm +29ers 30Mb -Analytics -amazonlinux2 -analytics -anonymized +48V APIs -appendonly +Analytics AppImage -arm64 -atomicity +BMX-like +Bafang CLI CLI-based +CMS +CO2 +CRM Caskroom CentOS7 Centos8 -chmod -CO2 +Chook +Claris CommandLineRunner Config -CMS -CRM CrudRepository Cypher -datacenters -datastore -deserialize -deserialized DNS -Dotenv -Downey -EntityStream -ETL -FTS -geo-distributed -consumer1 -consumer2 -consumer3 -consumer:lastid -consumergroup -CrudRepository -Cypher -datacenter -dataset DevOps Dotenv Downey -dually +ETL EntityStream -formatters +FTS GCP -geo-distributed -geo-distribution GeoLocation -geo-replicated Geospatial Github Hemsworth +Hillcraft Homebrew HyperLogLog HyperLogLogs IAM -Initializer -IoT IPs IaaS -inferencing Initializer -integrations +IoT Iterable JSON +JSONPath Jedis Jett Johansson K8s +Kenda Kubernetes Kubernetes-based LICENSOR -linux LINQ +LTS Licensor -licensor Licensor. -licensor's Lombok -LTS M1 -MacOS -mac-os MERCHANTABILITY -multicloud -Multicloud MVC -mystream -npm -on-prem +MacOS +Multicloud +Noka +Nord ORM OSS PeopleController @@ -103,66 +76,78 @@ PeopleControllerV1 PeopleRepository PeopleService PowerShell -preselected -product-lifecycle Profiler Pydantic -queryable Queryable README -read-eval-print-loop REDISTIMESERIES_ARGS REDIS_ARGS -RedisAI -RedisGears -redisinsight REDiss +REPL RHEL7 RHEL8 RSAL +RSALv2 RediSearch +RedisAI RedisBloom RedisConnectionProvider RedisDocumentRepository +RedisGears RedisGraph RedisInsight RedisJSON RedisTimeSeries -RSALv2 -SaaS SDK SKU SLOWLOG SMS SRANDMEMBER SSPL +SSPLv1 +SaaS Scarlett +Shimano SkeletonApplication +Slowlog SortOrder.ASC Springfox -SSPLv1 -stack-dotnet Stapleton's Sublicensing SwaggerUI Systemd -tiering -TTL TShark +TTL +Telecom +TimeSeries UI ULID ULIDs +URI +URIs Unlink -Wireshark -uptime WSL +WattBike +Wireshark XADD +XBN +XC +XDEL +XLEN Xenial YAML +allEva +aluminium +amazonlinux2 +analytics anonymised +anonymized api +appendonly args +arm64 async +atomicity autogenerated backend basePackages @@ -174,17 +159,31 @@ byFirstNameAndLastName byHomeLoc byId byPersonalStatement +chmod coladas comin config const +consumer1 +consumer2 +consumer3 +consumer:lastid +consumergroup createClient +datacenter +datacenters dataset +datastore david-paich.json dearmor +deserialize +deserialized devtools +doesn dotenv dr +drivetrain +dually entityId entityStream epel-release @@ -196,10 +195,14 @@ findByHomeLocNear findById findBySkills firstName +formatters fsSL geo -geofilter +geo-distributed +geo-distribution geo-location +geo-replicated +geofilter getters gpg gpgcheck=1 @@ -209,20 +212,27 @@ homebrew hostname houseNumber http +idx:bicycle +inferencing ingest:temphumidity instantiation +integrations javascript -joan-jett.json jedis +joan-jett.json json justin-timberlake.json kerry-livgren.json keyName keyrings +keyspace lastName latencies libssl-dev +licensor +licensor's linkTitle +linux loadTestData localhost localhost:5000 @@ -233,13 +243,19 @@ locationRouter locationUpdated lon lsb_release +mac-os macOS maxAge minAge +multicloud mvnw +mystream +nHill namespaces node-redis nostem +npm +on-prem openssl personRepository personRouter @@ -247,8 +263,14 @@ personSchema personalStatement piƱa postalCode +pre-existing predictively +preselected +product-lifecycle profiler +queryable +quickstart +read-eval-print-loop redis redis-benchmark redis-cli @@ -259,6 +281,7 @@ redis-stack-redisinsight redis-stack-server redis-stack-server:latest redis-stack:latest +redisinsight repo repo's req @@ -269,39 +292,41 @@ rupert-holmes.json schemaless searchByPersonalStatement searchRouter +search_quickstart snapshots-repo springfox-boot-starter springfox-swagger-ui src +stack-dotnet staticName storages sublicense subvalues sudo +superlight swagger-ui swaggerDocument swaggerUi symlink symlinked telecom -Telecom -TimeSeries -tl temphumidity_consumers +tiering +tikes +tl tmp typesafe +u2013 +u2019 +u2019s +u2019t +uberlight untap untarring uptime url -URI -URIs usr v1 x86 -XDEL -XLEN xml zshrc -REPL -Slowlog From a1d0ffce57f505f1cf4f4081bdf4c05c7b07d65d Mon Sep 17 00:00:00 2001 From: David Dougherty Date: Fri, 17 Nov 2023 06:24:26 -0800 Subject: [PATCH 3/3] Update docs/stack/clients/om-clients/stack-python.md --- docs/stack/clients/om-clients/stack-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stack/clients/om-clients/stack-python.md b/docs/stack/clients/om-clients/stack-python.md index d08c6ae..35d61c9 100644 --- a/docs/stack/clients/om-clients/stack-python.md +++ b/docs/stack/clients/om-clients/stack-python.md @@ -52,7 +52,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 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. +* 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 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.