Skip to content

Commit dc8bd5f

Browse files
committed
further debranding
1 parent bb0c85d commit dc8bd5f

File tree

69 files changed

+211
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+211
-218
lines changed

docs/create/aws/analytics-using-aws/index-analytics-using-aws.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,5 +436,5 @@ to
436436

437437
- [Project Source Code](https://github.com/redis-developer/basic-analytics-dashboard-redis-bitmaps-nodejs)
438438
- [Use cases of Bitmaps](https://redis.io/topics/data-types-intro)
439-
- [How to Build a Slack Bot to Retrieve Lost Files Using AWS S3 and RediSearch](/create/aws/slackbot)
439+
- [How to Build a Slack Bot to Retrieve Lost Files Using AWS S3 and Search](/create/aws/slackbot)
440440
- [How to Deploy and Manage Redis Database on AWS Using Terraform](/create/aws/terraform)

docs/create/aws/index-aws.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The following links provide you with the available options to run apps on AWS us
1919
</div>
2020
<div class="col">
2121
<RedisCard
22-
title="How to Build a Slack Bot to Retrieve Lost Files Using AWS S3 and RediSearch"
23-
description="Building a Slack Bot to Retrieve Lost Files Using AWS S3 and RediSearch"
22+
title="How to Build a Slack Bot to Retrieve Lost Files Using AWS S3 and Search"
23+
description="Building a Slack Bot to Retrieve Lost Files Using AWS S3 and Search"
2424
page="/create/aws/slackbot"
2525
/>
2626
</div>

docs/create/aws/slackbot/index-slackbot.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ JSON.GET amazonshareholderletterpdf
351351

352352
This command involves deleting files from the S3 bucket. To achieve this you simply need to type in the file name in the search bar and Reeko will pull up the file as demonstrated below.
353353

354-
You’ll have the option to permanently delete the file from the S3 bucket. The file data is deleted from Redis using the JSON.DEL command and is removed from RediSearch's suggestions using the `FT.SUGDEL` command. You’ll be informed when the file is deleted.
354+
You’ll have the option to permanently delete the file from the S3 bucket. The file data is deleted from Redis using the JSON.DEL command and is removed from Search suggestions using the `FT.SUGDEL` command. You’ll be informed when the file is deleted.
355355

356356
```
357357
FT.SUGDEL file-index "amazon-shareholder-letter.pdf"
@@ -361,7 +361,7 @@ JSON.DEL amazonshareholderletterpdf
361361

362362
#### Step 8: File searching
363363

364-
Have you ever searched for a file without being entirely sure what it is you’re looking for? You may remember snippets of the content but not enough to manually track down its location. Well due to RediSearch’s autocomplete functionality this will no longer be a problem.
364+
Have you ever searched for a file without being entirely sure what it is you’re looking for? You may remember snippets of the content but not enough to manually track down its location. Well due to Search’s autocomplete functionality this will no longer be a problem.
365365

366366
#### /s3-search
367367

@@ -428,7 +428,7 @@ class RedisSearchConnector():
428428
self.ac = AutoCompleter(self.index_name)
429429
```
430430

431-
Use the following code to initialise RedisJSON in redisjson_connector.py.
431+
Use the following code to initialise Redis JSON in redisjson_connector.py.
432432

433433
```
434434
from rejson import Client, Path

docs/create/aws/terraform/index-terraform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Apply complete! Resources: 3 added, 0 changed, 0 destroyed.
396396

397397
You can now verify the new database created under Subscription named “db-json.”
398398

399-
Deploy a Redis Database with RedisJSON modules on AWS using Terraform:
399+
Deploy a Redis Database with Redis JSON modules on AWS using Terraform:
400400

401401
```
402402
terraform {

docs/create/azure/terraform-simple/index-azure-terraform-simple.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The Enterprise Tiers of Azure Cache for Redis is generally available as a native
1212
- [Active geo-replication, with up to 99.999% availability](https://redis.com/redis-enterprise/technology/active-active-geo-distribution/) - Preview
1313
- [Redis on Flash (RoF)](https://redis.com/redis-enterprise/technology/redis-on-flash/)
1414
- [Disk persistence with recovery](https://redis.com/redis-enterprise/technology/durable-redis/) - Preview
15-
- Redis Enterprise modules:
16-
- [RediSearch 2.0](https://redis.com/blog/redisearch-2-build-modern-applications-interactive-search/)
17-
- [RedisTimeSeries](https://redis.com/modules/redis-timeseries/)
18-
- [RedisBloom](https://redis.com/modules/redis-bloom/)
15+
- Redis Enterprise features:
16+
- [Search](https://redis.com/blog/redisearch-2-build-modern-applications-interactive-search/)
17+
- [Time Series](https://redis.com/modules/redis-timeseries/)
18+
- [Probabilistic data structures](https://redis.com/modules/redis-bloom/)
1919
- Scaling
2020
- Datasets up to 13TB
2121
- Up to 2M concurrent client connections

docs/create/docker/redis-on-docker/index-redis-on-docker.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ By default, the Redis Stack Docker containers use internal configuration files f
145145
To pass in arbitrary configuration changes, you can set any of these environment variables:
146146

147147
- `REDIS_ARGS`: extra arguments for Redis
148-
- `REDISEARCH_ARGS`: arguments for RediSearch
149-
- `REDISJSON_ARGS`: arguments for RedisJSON
150-
- `REDISGRAPH_ARGS`: arguments for RedisGraph
151-
- `REDISTIMESERIES_ARGS`: arguments for RedisTimeSeries
152-
- `REDISBLOOM_ARGS`: arguments for RedisBloom
148+
- `REDISEARCH_ARGS`: arguments for Redis Search
149+
- `REDISJSON_ARGS`: arguments for Redis JSON
150+
- `REDISGRAPH_ARGS`: arguments for Redis Graph
151+
- `REDISTIMESERIES_ARGS`: arguments for Redis Time Series
152+
- `REDISBLOOM_ARGS`: arguments for Redis Probabilistic Data Structures
153153

154154
For example, here’s how to use the `REDIS_ARGS` environment variable to pass the `requirepass` directive to Redis:
155155

docs/create/homebrew/index-homebrew.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Since the metrics are collected with a millisecond timestamp, we can compact our
123123

124124
### Step 8. Time series compaction
125125

126-
RedisTimeSeries supports downsampling with the following aggregations: avg, sum, min, max, range, count, first and last. If you want to keep all of your raw data points indefinitely, your data set grows linearly over time. However, if your use case allows you to have less fine-grained data further back in time, downsampling can be applied. This allows you to keep fewer historical data points by aggregating raw data for a given time window using a given aggregation function.
126+
Redis Time Series supports downsampling with the following aggregations: avg, sum, min, max, range, count, first and last. If you want to keep all of your raw data points indefinitely, your data set grows linearly over time. However, if your use case allows you to have less fine-grained data further back in time, downsampling can be applied. This allows you to keep fewer historical data points by aggregating raw data for a given time window using a given aggregation function.
127127

128128
#### Example:
129129

docs/create/netlify/getting-started-with-netlify/index-getting-started-with-netlify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In this tutorial, you will see how to deploy a simple Redis caching app built wi
5252

5353
### Step 1. Setup a free Redis Enterprise Cloud account
5454

55-
Visit [https://developer.redis.com/create/rediscloud/](https://developer.redis.com/create/rediscloud/) and create a free Redis Enterprise Cloud account. Enable the “RediSearch” module while you create the Redis Enterprise Cloud database. Once you complete the tutorial, you will be provided with the database Endpoint URL and password. Save it for future reference.
55+
Visit [https://developer.redis.com/create/rediscloud/](https://developer.redis.com/create/rediscloud/) and create a free Redis Enterprise Cloud account. Select a “Redis Stack" database when you create the Redis Enterprise Cloud database. Once you complete the tutorial, you will be provided with the database Endpoint URL and password. Save it for future reference.
5656

5757
:::tip
5858
For a limited time, use **TIGER200** to get **$200** credits on Redis Enterprise Cloud and try all the advanced capabilities!

docs/create/redis-stack/index-redis-stack.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In addition to all of the features of OSS Redis, Redis Stack supports:
3030

3131
Redis Stack is made up of several components, licensed as follows:
3232

33-
- Redis Stack Server combines open source Redis with RediSearch, RedisJSON RedisGraph, RedisTimeSeries and RedisBloom is licensed under the [Redis Source Available License](https://github.com/RediSearch/RediSearch/blob/master/LICENSE) (RSAL).
33+
- Redis Stack Server combines open source Redis with Search, JSON, Time Series and Probabilistic data structures is licensed under the [Redis Source Available License](https://redis.com/legal/licenses/) (RSAL).
3434
- RedisInsight is licensed under the [Server Side Public License](https://en.wikipedia.org/wiki/Server_Side_Public_License) (SSPL).
3535

3636
### Which client libraries support Redis Stack?
@@ -253,7 +253,7 @@ Since the metrics are collected with a millisecond timestamp, we can compact our
253253

254254
### Step 8. Time series Aggregations
255255

256-
RedisTimeSeries supports downsampling with the following aggregations: avg, sum, min, max, range, count, first and last. If you want to keep all of your raw data points indefinitely, your data set grows linearly over time. However, if your use case allows you to have less fine-grained data further back in time, downsampling can be applied. This allows you to keep fewer historical data points by aggregating raw data for a given time window using a given aggregation function.
256+
Redis Time Series supports downsampling with the following aggregations: avg, sum, min, max, range, count, first and last. If you want to keep all of your raw data points indefinitely, your data set grows linearly over time. However, if your use case allows you to have less fine-grained data further back in time, downsampling can be applied. This allows you to keep fewer historical data points by aggregating raw data for a given time window using a given aggregation function.
257257

258258
#### Example:
259259

@@ -313,19 +313,19 @@ By default, the Redis Stack Docker containers use internal configuration files f
313313
To pass in arbitrary configuration changes, you can set any of these environment variables:
314314

315315
- `REDIS_ARGS`: extra arguments for Redis
316-
- `REDISEARCH_ARGS`: arguments for RediSearch
317-
- `REDISJSON_ARGS`: arguments for RedisJSON
318-
- `REDISGRAPH_ARGS`: arguments for RedisGraph
319-
- `REDISTIMESERIES_ARGS`: arguments for RedisTimeSeries
320-
- `REDISBLOOM_ARGS`: arguments for RedisBloom
316+
- `REDISEARCH_ARGS`: arguments for Search
317+
- `REDISJSON_ARGS`: arguments for JSON
318+
- `REDISGRAPH_ARGS`: arguments for Graph
319+
- `REDISTIMESERIES_ARGS`: arguments for Time Series
320+
- `REDISBLOOM_ARGS`: arguments for Probabilistic Data Structures
321321

322322
For example, here’s how to use the `REDIS_ARGS` environment variable to pass the `requirepass` directive to Redis:
323323

324324
```
325325
docker run -e REDIS_ARGS="--requirepass redis-stack" redis/redis-stack:latest
326326
```
327327

328-
Here’s how to set a retention policy for RedisTimeSeries:
328+
Here’s how to set a retention policy for Redis Time Series:
329329

330330
```
331331
docker run -e REDISTIMESERIES_ARGS="RETENTION_POLICY=20" redis/redis-stack:latest

docs/develop/java/getting-started/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use these commands to setup a Redis server locally on Mac OS:
3939
```
4040

4141
:::info INFO
42-
Redis Stack unifies and simplifies the developer experience of the leading Redis modules and the capabilities they provide. Redis Stack bundles five Redis modules: RedisJSON, RedisSearch, RedisGraph, RedisTimeSeries, and RedisBloom.
42+
Redis Stack unifies and simplifies the developer experience of the leading Redis modules and the capabilities they provide. Redis Stack provides the following in addition to Redis Open Source: JSON, Search, Time Series, and Probabilistic data structures.
4343
[Learn more](/create/redis-stack)
4444
:::
4545

@@ -167,7 +167,7 @@ Check out a few of these apps below, or [click here to access the complete list]
167167

168168
![launchpad](images/moviedatabasejava.png)
169169

170-
[Movie Database app in Java](http://launchpad.redis.com/?id=project%3Ademo-movie-app-redisearch-java) based on RediSearch capabilities
170+
[Movie Database app in Java](http://launchpad.redis.com/?id=project%3Ademo-movie-app-redisearch-java) based on Search capabilities
171171

172172
</div>
173173
</div>
@@ -255,7 +255,7 @@ As developer you can use the Java client library directly in your application, o
255255
#### Sample Code
256256

257257
**[Brewdis - Product Catalog (Spring)](https://github.com/redis-developer/brewdis)**
258-
See how to use Redis and Spring to build a product catalog with streams, hashes and RediSearch
258+
See how to use Redis and Spring to build a product catalog with streams, hashes and Search
259259

260260
**[Redis Stream in Action (Spring)](https://github.com/redis-developer/redis-streams-in-action)**
261261
See how to use Spring to create multiple producer and consumers with Redis Streams

0 commit comments

Comments
 (0)