Skip to content

Commit 96123c5

Browse files
Apply suggestions from Rachel's code review
Co-authored-by: Rachel Elledge <[email protected]>
1 parent d945ab7 commit 96123c5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ As of Redis Community Edition 8.0, configuration parameters for the probabilisti
2323

2424
## Redis probabilistic data structure configuration parameters
2525

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

28-
| Old parameter name | New parameter name | Run-time | Redis<br />Enterprise | Redis<br />Cloud |
28+
| Old parameter name | New parameter name | Run-time | Redis<br />Software | Redis<br />Cloud |
2929
| :------- | :------- | :------- | :------- | :------- |
3030
| ERROR_RATE | [bf-error-rate](#bf-error-rate) | :white_check_mark: | <span title="Supported">&#x2705; Supported</span><br /><span><br /></span> | <span title="Supported">&#x2705; Flexible & Annual</span><br /><span title="Not supported"><nobr>&#x274c; Free & Fixed</nobr></span> |
3131
| | [bf-expansion-factor](#bf-expansion-factor) | :white_check_mark: |||
3232
| INITIAL_SIZE | [bf-initial-size](#bf-initial-size) | :white_check_mark: | <span title="Supported">&#x2705; Supported</span><br /><span><br /></span> | <span title="Supported">&#x2705; Flexible & Annual</span><br /><span title="Not supported"><nobr>&#x274c; Free & Fixed</nobr></span> |
3333

34-
The following table summarizes which Cuckoo filter configuration parameters can be set at run-time, and compatibility with Redis Enterprise and Redis Cloud.
34+
The following table summarizes which Cuckoo filter configuration parameters can be set at run-time, and compatibility with Redis Software and Redis Cloud.
3535

36-
| Old parameter name | New parameter name | Run-time | Redis<br />Enterprise | Redis<br />Cloud |
36+
| Old parameter name | New parameter name | Run-time | Redis<br />Software | Redis<br />Cloud |
3737
| :------- | :------- | :------- | :------- | :------- |
3838
| | [cf-bucket-size](#cf-bucket-size) | :white_check_mark: |||
3939
| | [cf-initial-size](#cf-initial-size) | :white_check_mark: |||

content/operate/oss_and_stack/stack-with-enterprise/bloom/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ To change the RedisBloom configuration using the Redis Software Cluster Manager
3333

3434
## Configuration settings
3535

36-
See [configuration settings]({{< relref "/develop/data-types/probabilistic/configuration" >}}) in the Develop section.
36+
See [configuration parameters]({{< relref "/develop/data-types/probabilistic/configuration" >}}) in the Develop section for parameter details and compatibility with Redis Software and Redis Cloud.

content/operate/oss_and_stack/stack-with-enterprise/search/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ For Redis Enterprise Software, use one of the following methods:
6666

6767
## Configuration settings
6868

69-
See [configuration settings]({{< relref "/develop/interact/search-and-query/administration/configuration" >}}) in the Develop section.
69+
See [configuration parameters]({{< relref "/develop/interact/search-and-query/administration/configuration" >}}) in the Develop section for parameter details and compatibility with Redis Software and Redis Cloud.

content/operate/oss_and_stack/stack-with-enterprise/timeseries/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ To change RedisTimeSeries configuration using the Redis Software Cluster Manager
3333

3434
## Configuration settings
3535

36-
See [configuration settings]({{< relref "/develop/data-types/timeseries/configuration" >}}) in the Develop section.
36+
See [configuration parameters]({{< relref "/develop/data-types/timeseries/configuration" >}}) in the Develop section for parameter details and compatibility with Redis Software and Redis Cloud.

0 commit comments

Comments
 (0)