Skip to content

Commit 7093d3e

Browse files
Apply suggestions from code review
Thank you, @mich-elle-luna! Co-authored-by: mich-elle-luna <[email protected]>
1 parent f92ba2f commit 7093d3e

File tree

13 files changed

+16
-17
lines changed

13 files changed

+16
-17
lines changed

content/commands/info/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ The **modules** section contains additional information about loaded modules if
520520

521521
* `search_cursors_internal_idle`: The total number of coordinator cursors that are currently holding pending results in the shard. <sup>[3](#tnote-3)</sup>
522522
* `search_cursors_user_idle`: The total number of cursors that were explicitly requested by users, that are currently holding pending results in the shard. <sup>[3](#tnote-3)</sup>
523-
* `search_global_idle`: The total number of user and internal cursors currently holding pending results in the shard.. Deprecated in 8.0 (split into `search_cursors_internal_idle` and `search_cursors_user_idle`) but still available in older versions. <sup>[1](#tnote-1)</sup>
523+
* `search_global_idle`: The total number of user and internal cursors currently holding pending results in the shard. Deprecated in 8.0 (split into `search_cursors_internal_idle` and `search_cursors_user_idle`) but still available in older versions. <sup>[1](#tnote-1)</sup>
524524
* `search_cursors_internal_active`: The total number of coordinator cursors in the shard, either holding pending results or actively executing `FT.CURSOR READ`. <sup>[3](#tnote-3)</sup>
525525
* `search_cursors_user_active`: The total number of user cursors in the shard, either holding pending results or actively executing `FT.CURSOR READ`. <sup>[3](#tnote-3)</sup>
526526
* `search_global_total`: The total number of user and internal cursors in the shard, either holding pending results or actively executing `FT.CURSOR READ`. Deprecated in 8.0 (split into `search_cursors_internal_active` and `search_cursors_user_active`), but still available in older versions. <sup>[1](#tnote-1)</sup>

content/commands/module-load/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ unmodified to the module.
4949
configuration directive in `redis.conf`.
5050

5151
{{< note >}}
52-
As of Redis CE v8.0.0, loading a module via the Redis CLI with configuration parameters is deprecated.
52+
As of Redis CE v8.0.0, loading a module using the Redis CLI with configuration parameters is deprecated.
5353
{{< /note >}}

content/develop/data-types/probabilistic/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Also, Redis CE 8.0 persists probabilistic configuration parameters just like any
2525

2626
## Redis probabilistic data structure configuration parameters
2727

28-
The following table summarizes which Bloom filter configuration parameters can be set at run-time, and compatibility with Redis Software and Redis Cloud
28+
The following table summarizes which Bloom filter configuration parameters can be set at run-time, and compatibility with Redis Software and Redis Cloud.
2929

3030
| Parameter name<br />(version < 8.0) | Parameter name<br />(version &#8805; 8.0) | Run-time | Redis<br />Software | Redis<br />Cloud |
3131
| :------- | :------- | :------- | :------- | :------- |

content/develop/interact/search-and-query/query-use-cases/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In geo-distributed search, hashes and JSON documents are handled in the usual [a
2929

3030
**Unified search**
3131

32-
You can use Redis to search across several source systems, like file servers, content management systems (CMS), or customer relationship management (CRM) systems. You can process source data in batches using, for example, ETL tools, or as live streams (e.g., Kafka or Redis streams).
32+
You can use Redis to search across several source systems, like file servers, content management systems (CMS), or customer relationship management (CRM) systems. You can process source data in batches using, for example, ETL tools, or as live streams (for example, Kafka or Redis streams).
3333

3434
**Analytics**
3535

content/develop/interact/search-and-query/query/geo-spatial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Geospatial queries
1515
weight: 4
1616
---
1717

18-
Redis Community Edition's geospatial feature allows you to query for data associated with geographic locations. You can either query for locations within a specific radius or based on geometric shapes, such as polygons. A polygon shape could, for instance, represent a lake or the layout of a building.
18+
The geospatial feature in Redis Community Edition allows you to query for data associated with geographic locations. You can either query for locations within a specific radius or based on geometric shapes, such as polygons. A polygon shape could, for instance, represent a lake or the layout of a building.
1919

2020
The examples in this article use the following schema:
2121

content/operate/oss_and_stack/install/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Install Redis Community Edition (CE)
1111
weight: 30
1212
---
1313

14-
You can install [Redis CE]({{< relref "/operate/oss_and_stack/" >}}) locally on your machine. Redis CE is available on Docker, Linux, macOS, and Windows (via Docker only).
14+
You can install [Redis CE]({{< relref "/operate/oss_and_stack/" >}}) locally on your machine. Redis CE is available on Docker, Linux, macOS, and Windows (using Docker only).
1515

1616
Here are the installation instructions:
1717

content/operate/oss_and_stack/install/archive/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bannerText: These docs apply to versions of Redis Community Edition earlier than
1313
bannerChildren: true
1414
---
1515

16-
You can install [Redis Community Edition]({{< relref "/operate/oss_and_stack/" >}}) locally on your machine. Redis Community Edition is available on Linux, macOS, and Windows (via Docker only).
16+
You can install [Redis Community Edition]({{< relref "/operate/oss_and_stack/" >}}) locally on your machine. Redis Community Edition is available on Linux, macOS, and Windows (using Docker only).
1717

1818
Here are the installation instructions:
1919

content/operate/oss_and_stack/install/install-stack/appimage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ categories:
44
- operate
55
- stack
66
- oss
7-
description: How to install Redis Community Edition via AppImage
7+
description: How to install Redis Community Edition using AppImage
88
linkTitle: AppImage
99
title: Install Redis Community Edition on Linux
1010
weight: 5
1111
---
1212

13-
## Install Redis Community Edition (CE) on Ubuntu Linux via AppImage
13+
## Install Redis Community Edition (CE) on Ubuntu Linux using AppImage
1414

1515
Fuse needs to be installed before proceeding. Install it as follows.
1616

content/operate/oss_and_stack/install/install-stack/apt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ categories:
44
- operate
55
- stack
66
- oss
7-
description: How to install Redis Community Edition via APT
7+
description: How to install Redis Community Edition using APT
88
linkTitle: APT
99
title: Install Redis Community Edition on Linux
1010
weight: 2

content/operate/oss_and_stack/install/install-stack/homebrew.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ categories:
44
- operate
55
- stack
66
- oss
7-
description: How to install Redis Community Edition on macOS via Homebrew
7+
description: How to install Redis Community Edition on macOS using Homebrew
88
linkTitle: Homebrew
99
title: Install Redis Community Edition on macOS
1010
weight: 6
1111
---
1212

13-
## Install Redis Community Edition (CE) on macOS via Homebrew
13+
## Install Redis Community Edition (CE) on macOS using Homebrew
1414

1515
{{< note >}}Installation using Homebrew is only supported on macOS.{{< /note >}}
1616

0 commit comments

Comments
 (0)