Skip to content

Commit

Permalink
Apply suggestions from Rachel's code review (part 2)
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 96123c5 commit d8d704b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions content/develop/data-types/timeseries/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ As of Redis Community Edition 8.0, configuration parameters for the time series

## Redis time series configuration parameters

| 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 |
| :------- | :------- | :------- | :------- | :------- |
| CHUNK_SIZE_BYTES | [ts-chunk-size-bytes](#ts-chunk-size-bytes) | :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> |
| COMPACTION_POLICY | [ts-compaction-policy](#ts-compaction-policy) | :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> |
Expand Down Expand Up @@ -203,7 +203,7 @@ Valid range: `[1..16]`

Redis CE default: `3`

Redis Enterprise default: Set by plan, and automatically updates when you change your plan.
Redis Software default: Set by plan, and automatically updates when you change your plan.

Redis Cloud defaults:
- Flexible & Annual: Set by plan
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Configuration parameters for Redis Query Engine are now set in the following way

## Redis Query Engine configuration parameters

The following table summarizes which configuration parameters can be set at run-time, and compatibility with Redis Enterprise and Redis Cloud.
The following table summarizes which 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 |
| :------- | :----- | :----------- | :--| :-- |
| BG_INDEX_SLEEP_GAP | [search-bg-index-sleep-gap](#search-bg-index-sleep-gap) | :white_large_square: |||
| CONCURRENT_WRITE_MODE | [search-concurrent-write-mode](#search-concurrent-write-mode) | :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> |
Expand Down Expand Up @@ -236,7 +236,7 @@ Valid range: `[1 .. 9,223,372,036,854,775,807]`

Redis CE default: `100`

Redis Enterprise default: `-1` (unlimited)
Redis Software default: `-1` (unlimited)

Redis Cloud defaults:
- Flexible & Annual: `-1` (unlimited)
Expand Down Expand Up @@ -268,7 +268,7 @@ Valid range: `[1 .. 9,223,372,036,854,775,807]`

Redis CE default: `-1` (unlimited)

Redis Enterprise default: `-1` (unlimited)
Redis Software default: `-1` (unlimited)

Redis Cloud defaults:
- Flexible & Annual: `-1` (unlimited)
Expand Down Expand Up @@ -311,7 +311,7 @@ Valid range: `[1 .. 9,223,372,036,854,775,807]`

Redis CE default: `1000000`

Redis Enterprise default: `1000000`
Redis Software default: `1000000`

Redis Cloud defaults:
- Flexible & Annual: `1000000`
Expand Down Expand Up @@ -357,7 +357,7 @@ Valid range: `[2 .. 4,294,967,295]`

Redis CE default: `4`

Redis Enterprise and Redis Cloud default: `2`
Redis Software and Redis Cloud default: `2`

### search-multi-text-slop

Expand Down Expand Up @@ -456,7 +456,7 @@ Value range: `[1 .. 9,223,372,036,854,775,807]`

Redis CE default: `500`

Redis Enterprise default: `500`
Redis Software default: `500`

Redis Cloud defaults:
- Flexible & Annual: `500`
Expand Down

0 comments on commit d8d704b

Please sign in to comment.