Skip to content

Commit

Permalink
Apply suggestions from Rachel's code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rachel Elledge <[email protected]>
  • Loading branch information
dwdougherty and rrelledge authored Dec 5, 2024
1 parent d945ab7 commit 96123c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions content/develop/data-types/probabilistic/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ As of Redis Community Edition 8.0, configuration parameters for the probabilisti

## Redis probabilistic data structure configuration parameters

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

| Old parameter name | New parameter name | Run-time | Redis<br />Enterprise | Redis<br />Cloud |
| Old parameter name | New parameter name | Run-time | Redis<br />Software | Redis<br />Cloud |
| :------- | :------- | :------- | :------- | :------- |
| 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> |
| | [bf-expansion-factor](#bf-expansion-factor) | :white_check_mark: |||
| 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> |

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

| Old parameter name | New parameter name | Run-time | Redis<br />Enterprise | Redis<br />Cloud |
| Old parameter name | New parameter name | Run-time | Redis<br />Software | Redis<br />Cloud |
| :------- | :------- | :------- | :------- | :------- |
| | [cf-bucket-size](#cf-bucket-size) | :white_check_mark: |||
| | [cf-initial-size](#cf-initial-size) | :white_check_mark: |||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ To change the RedisBloom configuration using the Redis Software Cluster Manager

## Configuration settings

See [configuration settings]({{< relref "/develop/data-types/probabilistic/configuration" >}}) in the Develop section.
See [configuration parameters]({{< relref "/develop/data-types/probabilistic/configuration" >}}) in the Develop section for parameter details and compatibility with Redis Software and Redis Cloud.
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ For Redis Enterprise Software, use one of the following methods:

## Configuration settings

See [configuration settings]({{< relref "/develop/interact/search-and-query/administration/configuration" >}}) in the Develop section.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ To change RedisTimeSeries configuration using the Redis Software Cluster Manager

## Configuration settings

See [configuration settings]({{< relref "/develop/data-types/timeseries/configuration" >}}) in the Develop section.
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 comments on commit 96123c5

Please sign in to comment.