diff --git a/content/develop/data-types/probabilistic/configuration.md b/content/develop/data-types/probabilistic/configuration.md index 22008f335..1a4ca5872 100644 --- a/content/develop/data-types/probabilistic/configuration.md +++ b/content/develop/data-types/probabilistic/configuration.md @@ -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
Enterprise | Redis
Cloud | +| Old parameter name | New parameter name | Run-time | Redis
Software | Redis
Cloud | | :------- | :------- | :------- | :------- | :------- | | ERROR_RATE | [bf-error-rate](#bf-error-rate) | :white_check_mark: | ✅ Supported

| ✅ Flexible & Annual
❌ Free & Fixed | | | [bf-expansion-factor](#bf-expansion-factor) | :white_check_mark: ||| | INITIAL_SIZE | [bf-initial-size](#bf-initial-size) | :white_check_mark: | ✅ Supported

| ✅ Flexible & Annual
❌ Free & Fixed | -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
Enterprise | Redis
Cloud | +| Old parameter name | New parameter name | Run-time | Redis
Software | Redis
Cloud | | :------- | :------- | :------- | :------- | :------- | | | [cf-bucket-size](#cf-bucket-size) | :white_check_mark: ||| | | [cf-initial-size](#cf-initial-size) | :white_check_mark: ||| diff --git a/content/operate/oss_and_stack/stack-with-enterprise/bloom/config.md b/content/operate/oss_and_stack/stack-with-enterprise/bloom/config.md index 3daf665ce..0c4f47eb6 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/bloom/config.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/bloom/config.md @@ -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. diff --git a/content/operate/oss_and_stack/stack-with-enterprise/search/config.md b/content/operate/oss_and_stack/stack-with-enterprise/search/config.md index f9efe0d0d..251ec2ce1 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/search/config.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/search/config.md @@ -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. diff --git a/content/operate/oss_and_stack/stack-with-enterprise/timeseries/config.md b/content/operate/oss_and_stack/stack-with-enterprise/timeseries/config.md index 4bead9fc6..0388a629e 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/timeseries/config.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/timeseries/config.md @@ -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.