Skip to content

Commit 170ab34

Browse files
Remove remaining broken oss.redis*.com links from RS and module release notes (#535)
* DOC-4066 Remove broken oss.redis links from legacy RS release notes * DOC-4066 Remove broken oss.redis links from integrate and oss_and_stack docs * Apply suggestions from code review Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> --------- Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
1 parent cbea5a0 commit 170ab34

24 files changed

+140
-143
lines changed

content/integrate/redisom-for-python/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ $ redis-cli
285285
"{\"$.skills[0]\":[\"synths\"],\"$.address\":[{\"pk\":\"01FX8SSSDNRDSRB3HMVH00NQTT\",\"street_number\":56,\"unit\":\"4A\",\"street_name\":\"The Rushes\",\"city\":\"Birmingham\",\"state\":\"West Midlands\",\"postal_code\":\"B91 6HG\",\"country\":\"United Kingdom\"}]}"
286286
```
287287

288-
For more information on the JSON Path syntax used to query JSON documents in Redis, see the [documentation](https://oss.redis.com/redisjson/path/).
288+
For more information on the JSON Path syntax used to query JSON documents in Redis, see the [documentation]({{<relref "/develop/data-types/json/path#jsonpath-syntax">}}).
289289

290290
### Find a Person by ID
291291

content/operate/oss_and_stack/stack-with-enterprise/gears-v1/jvm/classes/gearsbuilder/config-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static java.lang.String configGet​(java.lang.String key)
1717
Gets the value of a RedisGears [configuration setting]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/Configuration" >}}).
1818

1919
{{<note>}}
20-
You can set configuration values when you load the module or use the [`RG.CONFIGSET`](https://oss.redislabs.com/redisgears/commands.html#rgconfigset) command.
20+
You can set configuration values when you load the module or use the `RG.CONFIGSET` command.
2121
{{</note>}}
2222

2323
## Parameters

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.0-release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ RedisBloom v2.0.3 requires:
3535
We are proud to announce that we doubled the number of probabilistic data structures that are generally available in RedisBloom. Full documentation is available on [redisbloom.io](https://redisbloom.io)
3636

3737
- #[70](https://github.com/RedisBloom/RedisBloom/issues/70) Top-K
38-
- [Commands](https://oss.redislabs.com/redisbloom/TopK_Commands/)
38+
- [Commands]({{<relref "/develop/data-types/probabilistic/top-k">}})
3939
- [Algorithm](https://www.usenix.org/conference/atc18/presentation/gong)
4040

4141
- #[65](https://github.com/RedisBloom/RedisBloom/issues/65) Count-min Sketch
42-
- [Commands](https://oss.redislabs.com/redisbloom/CountMinSketch_Commands/)
42+
- [Commands]({{<relref "/develop/data-types/probabilistic/count-min-sketch">}})
4343
- [Algorithm](https://en.wikipedia.org/wiki/Count%E2%80%93min_sketch)

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.2-release-notes.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Details:
7070

7171
- Bug fixes:
7272

73-
- [#419](https://github.com/RedisBloom/RedisBloom/pull/419) [`CMS.INCRBY`](https://oss.redis.com/redisbloom/CountMinSketch_Commands/#cmsincrby) now returns an error on overflow
73+
- [#419](https://github.com/RedisBloom/RedisBloom/pull/419) `CMS.INCRBY` now returns an error on overflow
7474
- [#412](https://github.com/RedisBloom/RedisBloom/pull/412) Fixed macOS build
7575

7676
## v2.2.12 (February 2022)
@@ -84,7 +84,7 @@ Details:
8484
- Bug fixes:
8585

8686
- [#392](https://github.com/RedisBloom/RedisBloom/pull/392) Fixed a potential crash on Bloom filter expansion when loading from [AOF]({{< relref "/operate/oss_and_stack/management/persistence" >}})
87-
- [#404](https://github.com/RedisBloom/RedisBloom/pull/404) Fixed a potential crash on Cuckoo filter when calling [`CF.LOADCHUNK`](https://oss.redis.com/redisbloom/Cuckoo_Commands/#cfloadchunk) on a filter with `EXPANSION` greater than 1
87+
- [#404](https://github.com/RedisBloom/RedisBloom/pull/404) Fixed a potential crash on Cuckoo filter when calling `CF.LOADCHUNK` on a filter with `EXPANSION` greater than 1
8888

8989
## v2.2.9 (November 2021)
9090

@@ -174,23 +174,23 @@ Details:
174174

175175
- Added functionality
176176
- Bloom
177-
- #[149](https://github.com/RedisBloom/RedisBloom/issues/149) `BF.INFO` returns [details](https://oss.redislabs.com/redisbloom/Bloom_Commands/#bfinfo) about a specific bloom filter
177+
- #[149](https://github.com/RedisBloom/RedisBloom/issues/149) `BF.INFO` returns details about a specific bloom filter
178178
- Scalable
179-
- #[153](https://github.com/RedisBloom/RedisBloom/issues/153) [Ability to change](https://oss.redislabs.com/redisbloom/Bloom_Commands/#bfreserve) the `EXPANSION` rate. This means each subsequent sub-filter will be `expansion` times larger as the previous one.
179+
- #[153](https://github.com/RedisBloom/RedisBloom/issues/153) Ability to change the `EXPANSION` rate. This means each subsequent sub-filter will be `expansion` times larger as the previous one.
180180
- #[160](https://github.com/RedisBloom/RedisBloom/issues/160) Optimise the scaling up of filter according to the [Scalable Bloom Filter](https://core.ac.uk/download/pdf/55607643.pdf) paper
181-
- #[161](https://github.com/RedisBloom/RedisBloom/issues/161) [Optional](https://oss.redislabs.com/redisbloom/Bloom_Commands/#bfreserve) `NONSCALING` argument to disable scaling. (This saves space since less hash functions are used)
181+
- #[161](https://github.com/RedisBloom/RedisBloom/issues/161) Optional `NONSCALING` argument to disable scaling. (This saves space since less hash functions are used)
182182
- #[155](https://github.com/RedisBloom/RedisBloom/issues/155) Disabling rounding up functionality
183183
- Cuckoo
184-
- #[149](https://github.com/RedisBloom/RedisBloom/issues/149) `CF.INFO` returns [details](https://oss.redislabs.com/redisbloom/Cuckoo_Commands/#cfinfo) about a specific cuckoo filter
184+
- #[149](https://github.com/RedisBloom/RedisBloom/issues/149) `CF.INFO` returns details about a specific cuckoo filter
185185
- Scalable
186-
- #[138](https://github.com/RedisBloom/RedisBloom/issues/138) [Configurable](https://oss.redislabs.com/redisbloom/Cuckoo_Commands/#cfreserve) `EXPANSION`. When an additional filter is created, its size will be the size of the current filter multiplied by the `expansion`. Higher expansion rates will result in lower error rates.
186+
- #[138](https://github.com/RedisBloom/RedisBloom/issues/138) Configurable `EXPANSION`. When an additional filter is created, its size will be the size of the current filter multiplied by the `expansion`. Higher expansion rates will result in lower error rates.
187187
- #[142](https://github.com/RedisBloom/RedisBloom/issues/142) The maximum number of expansions limited to 32.
188-
- #[131](https://github.com/RedisBloom/RedisBloom/issues/131) [Configurable](https://oss.redislabs.com/redisbloom/Cuckoo_Commands/#cfreserve) `MAXITERATIONS`. Number of attempts to swap buckets before declaring filter as full and creating an additional filter.
189-
- #[135](https://github.com/RedisBloom/RedisBloom/issues/135) [Configurable](https://oss.redislabs.com/redisbloom/Cuckoo_Commands/#cfreserve) `BUCKETSIZE`. Number of items in each bucket. Higher bucket size value improves the fill rate but result in a higher error rate and slightly slower operation speed.
188+
- #[131](https://github.com/RedisBloom/RedisBloom/issues/131) Configurable `MAXITERATIONS`. Number of attempts to swap buckets before declaring filter as full and creating an additional filter.
189+
- #[135](https://github.com/RedisBloom/RedisBloom/issues/135) Configurable `BUCKETSIZE`. Number of items in each bucket. Higher bucket size value improves the fill rate but result in a higher error rate and slightly slower operation speed.
190190
- #[142](https://github.com/RedisBloom/RedisBloom/issues/142) use of 64bit hash function
191191
- #[136](https://github.com/RedisBloom/RedisBloom/issues/136) expose compaction of filters in the API
192192
- CMS
193-
- #[97](https://github.com/RedisBloom/RedisBloom/issues/97) `CMS.INCRBY` [returns count](https://oss.redislabs.com/redisbloom/CountMinSketch_Commands/#cmsincrby) instead of ‘OK’
193+
- #[97](https://github.com/RedisBloom/RedisBloom/issues/97) `CMS.INCRBY` returns count instead of ‘OK’
194194

195195
- Minor bug fixes
196196
- Bloom

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-1.4-release-notes.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Headlines:
3131
Details:
3232

3333
- Bugfixes:
34-
- #[1218](https://github.com/RediSearch/RediSearch/pull/1218) Potential crash when running [without concurrency](https://oss.redislabs.com/redisearch/1.4/Configuring.html#safemode) and using the [cursor API](https://oss.redislabs.com/redisearch/1.4/Aggregations.html#cursor_api).
34+
- #[1218](https://github.com/RediSearch/RediSearch/pull/1218) Potential crash when running without concurrency and using the cursor API.
3535

3636
## v1.4.27 (April 2020)
3737

@@ -42,9 +42,9 @@ Headlines:
4242
Details:
4343

4444
- Features:
45-
- #[1172](https://github.com/redisearch/redisearch/issues/1172) Added [`exists`](https://oss.redislabs.com/redisearch/Aggregations.html#list_of_string_apply_functions) function that can be used on conditional updates ([REPLACE PARTIAL](https://oss.redislabs.com/redisearch/Commands.html#ftadd)) to check if a field exists in the document.
45+
- #[1172](https://github.com/redisearch/redisearch/issues/1172) Added `exists` function that can be used on conditional updates `REPLACE PARTIAL` to check if a field exists in the document.
4646
- Minor Enhancements:
47-
- #[1172](https://github.com/redisearch/redisearch/issues/1172) Lazy evaluation of the right side of 'or'/'and' clauses in [IF condition](https://oss.redislabs.com/redisearch/Commands.html#parameters_1).
47+
- #[1172](https://github.com/redisearch/redisearch/issues/1172) Lazy evaluation of the right side of 'or'/'and' clauses in IF condition.
4848
- Bugfixes:
4949
- #[1110](https://github.com/redisearch/redisearch/issues/1110) Rare GC failure when accessing uninitialized variable.
5050
- #[1131](https://github.com/redisearch/redisearch/issues/1131) Crash on highlighting a search query where the document no longer exists.
@@ -68,7 +68,7 @@ Headlines:
6868
Details:
6969

7070
- Features:
71-
- #[1051](https://github.com/RediSearch/RediSearch/issues/1051) Added support for updating tag fields on document updates with [`NOINDEX`](https://oss.redislabs.com/redisearch/Commands.html#field_options) fields.
71+
- #[1051](https://github.com/RediSearch/RediSearch/issues/1051) Added support for updating tag fields on document updates with `NOINDEX` fields.
7272
- Bugfixes:
7373
- #[1051](https://github.com/RediSearch/RediSearch/issues/1051) `FORK GC` was not updating the unique sum of the numeric index.
7474

@@ -116,7 +116,7 @@ Headlines:
116116
Details:
117117

118118
- Bugfixes:
119-
- #[1031](https://github.com/RediSearch/RediSearch/issues/1031) Highlighting crashed when used with [`NOINDEX`](https://oss.redislabs.com/redisearch/Commands.html#field_options) fields.
119+
- #[1031](https://github.com/RediSearch/RediSearch/issues/1031) Highlighting crashed when used with `NOINDEX` fields.
120120

121121
## v1.4.20 (January 2020)
122122

@@ -126,7 +126,7 @@ This is a maintenance release for version 1.4.
126126
This release improves overall stability and provides fixes for issues found after the previous release.
127127

128128
- Improvements
129-
- #[1020](https://github.com/RediSearch/RediSearch/issues/1020) Performance improvement for reading fields that are not [sortable](https://oss.redislabs.com/redisearch/Overview.html#sortable_fields).
129+
- #[1020](https://github.com/RediSearch/RediSearch/issues/1020) Performance improvement for reading fields that are not sortable.
130130
- Bugfixes
131131
- #[1022](https://github.com/RediSearch/RediSearch/issues/1022) Illegal memory access by queries during `GC` run.
132132
- #[1022](https://github.com/RediSearch/RediSearch/issues/1022) Recreating the index with the same name (delete+create) removed the index from cursor list.
@@ -144,7 +144,7 @@ This release improves overall stability and provides fixes for issues found afte
144144
- Bugfixes
145145
- #[1000](https://github.com/RediSearch/RediSearch/issues/1000) - `FT.DEL` was not replicated to replica correctly
146146
- #[1004](https://github.com/RediSearch/RediSearch/issues/1004) - Memory leak on `TAG` array on certain situations
147-
- #[1006](https://github.com/RediSearch/RediSearch/issues/1006) - Unexposed error on [conditional update `IF`](https://oss.redislabs.com/redisearch/Commands.html#ftadd) that caused the error message to leak
147+
- #[1006](https://github.com/RediSearch/RediSearch/issues/1006) - Unexposed error on conditional update `IF` that caused the error message to leak
148148

149149
## v1.4.18 (November 2019)
150150

@@ -194,8 +194,8 @@ This release improves overall stability and provides fixes for issues found afte
194194
Main Fixes:
195195

196196
- #[866](https://github.com/RediSearch/RediSearch/issues/866) - Fix RDB corruption caused by deleting none-existing terms from the suggestion trie.
197-
- When Redis exits, forked processes by [FORK Garbage Collection](https://oss.redislabs.com/redisearch/Configuring.html#gc_policy) will now be closed accordingly.
198-
- For indices that are not [temporary](https://oss.redislabs.com/redisearch/Commands.html#ftcreate) and [interleaved](https://oss.redislabs.com/redisearch/Configuring.html#safemode): When an index is dropped, the indexer thread is now closed.
197+
- When Redis exits, forked processes by FORK Garbage Collection will now be closed accordingly.
198+
- For indices that are not temporary and interleaved: When an index is dropped, the indexer thread is now closed.
199199

200200
## v1.4.14 (20 August 2019)
201201

@@ -206,7 +206,7 @@ This release improves overall stability and provides fixes for issues found afte
206206

207207
Main Fixes:
208208

209-
- #[851](https://github.com/RediSearch/RediSearch/issues/851) In interleaved mode ([non safemode](https://oss.redislabs.com/redisearch/Configuring.html#safemode)), documents deleted by concurrent updates, will be ignored.
209+
- #[851](https://github.com/RediSearch/RediSearch/issues/851) In interleaved mode (non safemode), documents deleted by concurrent updates, will be ignored.
210210

211211
## v1.4.13 (8 August 2019)
212212

@@ -246,7 +246,7 @@ Update urgency: Medium
246246
This release only add support for aliasing to the previews 1.4.10 release.
247247

248248
- Added functionality
249-
- #[731](https://github.com/RediSearch/RediSearch/issues/731) Add index aliasing. This allows users to provide (or remove) ‘links’ to indexes. The commands are FT.ALIASADD, FT.ALIASDEL, and FT.ALIASUPDATE. See [ftaliasadd](https://oss.redislabs.com/redisearch/Commands.html#ftaliasadd) for details.
249+
- #[731](https://github.com/RediSearch/RediSearch/issues/731) Add index aliasing. This allows users to provide (or remove) ‘links’ to indexes. The commands are FT.ALIASADD, FT.ALIASDEL, and FT.ALIASUPDATE.
250250

251251
## v1.4.10 (28 May 2019)
252252

@@ -382,7 +382,7 @@ redis-server --loadmodule ./redisearch.so GC_POLICY FORK
382382

383383
### Runtime configuration
384384

385-
RediSearch's [configuration](https://oss.redislabs.com/redisearch/Configuring/) is applied via arguments passed to the module at load time. This release introduces the new [`FT.CONFIG` command](https://oss.redislabs.com/redisearch/Commands/#ftconfig) that allows to retrieve the current configuration as well as change it during runtime.
385+
RediSearch's [configuration]({{<relref "/develop/interact/search-and-query/basic-constructs/configuration-parameters">}}) is applied via arguments passed to the module at load time. This release introduces the new `FT.CONFIG` command that allows to retrieve the current configuration as well as change it during runtime.
386386

387387
### Unlimited autocomplete results
388388

@@ -410,19 +410,19 @@ To support this use case, RediSearch has been reworked internally to use 64-bit
410410

411411
### Conditional updates
412412

413-
The `IF` subcommand has been add to [`FT.ADD`](https://oss.redislabs.com/redisearch/Commands/#ftadd). When used with the existing `REPLACE [PARTIAL]` subcommand, the document will be updated only if the condition provided evaluates to a truth value, otherwise a special `NOADD` reply is returned.
413+
The `IF` subcommand has been add to `FT.ADD`. When used with the existing `REPLACE [PARTIAL]` subcommand, the document will be updated only if the condition provided evaluates to a truth value, otherwise a special `NOADD` reply is returned.
414414

415415
### Schema modification
416416

417-
The [`FT.ALTER`](https://oss.redislabs.com/redisearch/Commands/#ftalter) command has been introduced, and provides the ability to add new fields to the definition of an existing index. The contents of such newly-added fields are indexed only for new or updated documents.
417+
The `FT.ALTER` command has been introduced, and provides the ability to add new fields to the definition of an existing index. The contents of such newly-added fields are indexed only for new or updated documents.
418418

419419
### Query spelling correction
420420

421-
Query spelling correction, a.k.a "did you mean", is now provided via the [`FT.SPELLCHECK`](https://oss.redislabs.com/redisearch/Commands/#ftspellcheck) command. It enables generating suggestions for search terms that could be misspelled. For more details see [Query Spelling Correction](https://oss.redislabs.com/redisearch/Spellcheck/).
421+
Query spelling correction, a.k.a "did you mean", is now provided via the `FT.SPELLCHECK` command. It enables generating suggestions for search terms that could be misspelled. For more details see [Query Spelling Correction]({{<relref "/develop/interact/search-and-query/advanced-concepts/spellcheck">}}).
422422

423423
### Phonetic matching
424424

425-
Phonetic matching, a.k.a "Jon or John?", is now supported via the `PHONETIC` text field attribute. The terms in such fields are also indexed by their phonetic equivalents, and search results include these by default. For more details see [Phonetic Matching](https://oss.redislabs.com/redisearch/Phonetic_Matching/).
425+
Phonetic matching, a.k.a "Jon or John?", is now supported via the `PHONETIC` text field attribute. The terms in such fields are also indexed by their phonetic equivalents, and search results include these by default. For more details see [Phonetic Matching]({{<relref "/develop/interact/search-and-query/advanced-concepts/phonetic_matching">}}).
426426

427427
### More fuzziness in search
428428

0 commit comments

Comments
 (0)