Skip to content

Commit d8d704b

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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ As of Redis Community Edition 8.0, configuration parameters for the time series
2222

2323
## Redis time series configuration parameters
2424

25-
| Old parameter name | New parameter name | Run-time | Redis<br />Enterprise | Redis<br />Cloud |
25+
| Old parameter name | New parameter name | Run-time | Redis<br />Software | Redis<br />Cloud |
2626
| :------- | :------- | :------- | :------- | :------- |
2727
| 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> |
2828
| 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> |
@@ -203,7 +203,7 @@ Valid range: `[1..16]`
203203

204204
Redis CE default: `3`
205205

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

208208
Redis Cloud defaults:
209209
- Flexible & Annual: Set by plan

content/develop/interact/search-and-query/administration/configuration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Configuration parameters for Redis Query Engine are now set in the following way
2626

2727
## Redis Query Engine configuration parameters
2828

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

31-
| Old parameter name | New parameter name | Run-time | Redis<br />Enterprise | Redis<br />Cloud |
31+
| Old parameter name | New parameter name | Run-time | Redis<br />Software | Redis<br />Cloud |
3232
| :------- | :----- | :----------- | :--| :-- |
3333
| BG_INDEX_SLEEP_GAP | [search-bg-index-sleep-gap](#search-bg-index-sleep-gap) | :white_large_square: |||
3434
| 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> |
@@ -236,7 +236,7 @@ Valid range: `[1 .. 9,223,372,036,854,775,807]`
236236

237237
Redis CE default: `100`
238238

239-
Redis Enterprise default: `-1` (unlimited)
239+
Redis Software default: `-1` (unlimited)
240240

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

269269
Redis CE default: `-1` (unlimited)
270270

271-
Redis Enterprise default: `-1` (unlimited)
271+
Redis Software default: `-1` (unlimited)
272272

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

312312
Redis CE default: `1000000`
313313

314-
Redis Enterprise default: `1000000`
314+
Redis Software default: `1000000`
315315

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

358358
Redis CE default: `4`
359359

360-
Redis Enterprise and Redis Cloud default: `2`
360+
Redis Software and Redis Cloud default: `2`
361361

362362
### search-multi-text-slop
363363

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

457457
Redis CE default: `500`
458458

459-
Redis Enterprise default: `500`
459+
Redis Software default: `500`
460460

461461
Redis Cloud defaults:
462462
- Flexible & Annual: `500`

0 commit comments

Comments
 (0)