Skip to content

DOC-5367: update bitmap docs for ROS8.2 #1759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 26, 2025
Merged

DOC-5367: update bitmap docs for ROS8.2 #1759

merged 2 commits into from
Jun 26, 2025

Conversation

dwdougherty
Copy link
Collaborator

@dwdougherty dwdougherty commented Jun 25, 2025

@dwdougherty dwdougherty requested review from LiorKogan and a team June 25, 2025 18:27
@dwdougherty dwdougherty self-assigned this Jun 25, 2025
Copy link
Contributor

Copy link
Collaborator

@mich-elle-luna mich-elle-luna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@dwdougherty dwdougherty merged commit a0559a3 into feat-ros-8.2 Jun 26, 2025
5 checks passed
@dwdougherty dwdougherty deleted the DOC-5367 branch June 26, 2025 16:11
dwdougherty added a commit that referenced this pull request Aug 1, 2025
* Add doc for used_memory_peak_time per yzc-yzc

* DOC-5368: update VSIM command page for ROS8.2 (#1765)

* DOC-5368: update VSIM command page for ROS8.2

* Apply review comments.

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>

---------

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>

* DOC-5367: update bitmap docs for ROS8.2 (#1759)

* DOC-5367: update bitmap docs for ROS8.2

* Apply review comments.

* DOC-5371: new CLUSTER SLOT-STATS command page for ROS8.2 (#1773)

* DOC-5412: update KSN page for ROS8.2 (#1789)

* DOC-5366: write new streams docs for ROS8.2 (#1788)

* DEV: write new streams docs for ROS8.2

* Apply suggestions from code review

* DOC-5423: update the modules API page (#1815)

* Improve rack-awareness documentation for Kubernetes

- Add clear explanation of node labeling requirements for rack-awareness
- Emphasize that ALL eligible nodes must be labeled with chosen label
- Explain what eligible nodes are (nodes where RS pods can be scheduled)
- Suggest topology.kubernetes.io/zone as commonly available label
- Clarify that not all platforms have this label by default
- Update example to use current topology.kubernetes.io/zone instead of deprecated failure-domain.beta.kubernetes.io/zone
- Fix kubectl command formatting (add space after $)
- Add warning about operator failing if nodes are missing labels

Addresses DOC-1815

* Update content/operate/kubernetes/recommendations/node-selection.md

Co-authored-by: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com>

* Update content/operate/kubernetes/recommendations/node-selection.md

Co-authored-by: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com>

* Update content/operate/kubernetes/recommendations/node-selection.md

Co-authored-by: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com>

* Update content/operate/kubernetes/recommendations/node-selection.md

Co-authored-by: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com>

* Update content/operate/kubernetes/recommendations/node-selection.md

Co-authored-by: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com>

* Move redisvl documentation

* Remove type integration

* Add redisvl/_index.md

* Fix relrefs

* Add aliases

* Add missing aliases

* DOC-3967 moved/expanded keyspace page

* DOC-3967 fixed links to keyspace page

* DOC-3967 moved transaction and pipeline pages to reference section

* DOC-3967 moved patterns folder to clients

* DOC-3967 moved programmability folder into develop

* DOC-3967 fixed links to programmability section

* DOC-3967 added aliases to programmability pages

* DOC-3967 moved pub/sub and keyspace notification pages

* DOC-3967 added missing aliases

* RDI: Add Reboot step after parameter group step

* add link icon to section headers (#1755)

* add link icon to section headers

* review suggestions

* toc embed fix

* Attempt to fix the broken on this page ToC for embedded content that includes headers

---------

Co-authored-by: Rachel Elledge <rachel.elledge@redislabs.com>

* mention admission controller (#1791)

* relref fix (#1793)

* Update content/operate/rc/api/api-reference/openapi.json

* fix typo (#1795)

* DOC-5419 added commands section

* DOC-5419 fixed dodgy link

* RS: Adjusted best practices for scalable Redis query engine & add benchmarks (#1687)

* DOC-4271 RS: Adjusted best practices for scalable Redis query engine & add benchmarks

* Style guide fix for indexes

* Fixed broken relrefs after AI/search reorg

* RS: Added missing module requirements to recover DB (#1679)

* DOC-4564 RS: Added missing module requirements to recover DB

* DOC-4564 Added rladmin command to identify module versions required by recoverable DBs

* DOC-4564 Copied missing module requirements to recover DB to RS 7.4 and 7.8 versions

* RS: Added DB port access requirement for Replica Of between different RS clusters (#1650)

* DOC-3829 RS: Added DB port access requirement for Replica Of between different RS clusters

* Updated relrefs to correct versions

* Update ai-videos.md

* Fix search-and-query documentation aliases for backward compatibility

## Critical alias fixes to resolve 404 errors and incorrect redirects:

### Fixed broken basic-constructs aliases:
- field-and-type-options.md: Fixed alias to point to correct interact paths
- schema-definition.md: Fixed alias to point to correct interact paths
- configuration.md: Added missing interact aliases and fixed format

### Fixed directory redirect issues (_index.md files):
- Added trailing slash variants for all directory aliases
- Fixed indexing/ and query/ URLs that were redirecting to home page
- Updated: _index.md, indexing/_index.md, query/_index.md, advanced-concepts/_index.md, administration/_index.md, best-practices/_index.md, deprecated/_index.md

### Added missing aliases:
- index-mgmt-best-practices.md: Added missing interact alias
- aggregations-syntax.md: Added missing interact alias

### Root causes addressed:
- Aliases were incorrectly pointing to /ai/ paths instead of /interact/ paths
- Directory aliases needed both with/without trailing slash variants
- Some files missing interact aliases entirely

These fixes should resolve:
- 404 errors on basic-constructs URLs
- Directory URLs redirecting to home page instead of correct AI locations
- Missing backward compatibility for moved files

Addresses DOC-5428

* Update redisvl workflow (#1802)

* DEV: (RediSearch) doc expiration capabilities in Redis 8 (#1792)

* DEV: (RediSearch) doc expiration capabilities in Redis 8

* Apply suggestions from code review

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>

* Apply more suggestions from code review

---------

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>

* add leading slash to alias (#1804)

* DOC-5423: update the modules API page

---------

Co-authored-by: mich-elle-luna <michelle.luna@redis.com>
Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Co-authored-by: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com>
Co-authored-by: paoloredis <paolo.lazzari@redis.com>
Co-authored-by: Andy Stark <andrew.stark@redis.com>
Co-authored-by: Cameron Bates <cameron.bates@redis.com>
Co-authored-by: Rachel Elledge <rachel.elledge@redislabs.com>
Co-authored-by: redisdocsapp[bot] <177626021+redisdocsapp[bot]@users.noreply.github.com>
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: JooYoung Lim <qkdlql@naver.com>
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
Co-authored-by: paoloredis <158162796+paoloredis@users.noreply.github.com>

* Fix docs about the A param of KSN config (#1803)

* Fix docs about the A param of KSN config

* Fix docs, excluding events from A param

* final fix for ksn docs

* DOC-5457: add the new SVS-VAMANA vector algorithm type (#1822)

* DOC-5457: add the new SVS-VAMANA vector algorithm type

* Apply suggestions from code review

Thank you, @mich-elle-luna!

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* Apply more suggestions from code review

* Apply misspelling fix

* Apply more suggestions from code review

---------

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* DOC-5491: add new CASE function and also augment the SVS_VAMANA changes with additional info (#1869)

* DOC-5495: modify vector set docs for 8.2 (initial commit) (#1875)

* DOC-5495: modify vector set docs for 8.2 (initial commit)

* Remove merge info

* Added EPSILON info

* Apply code review suggestions

* DOC-5504: update modules API doc (#1882)

---------

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: mich-elle-luna <michelle.luna@redis.com>
Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Co-authored-by: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com>
Co-authored-by: paoloredis <paolo.lazzari@redis.com>
Co-authored-by: Andy Stark <andrew.stark@redis.com>
Co-authored-by: Cameron Bates <cameron.bates@redis.com>
Co-authored-by: Rachel Elledge <rachel.elledge@redislabs.com>
Co-authored-by: redisdocsapp[bot] <177626021+redisdocsapp[bot]@users.noreply.github.com>
Co-authored-by: JooYoung Lim <qkdlql@naver.com>
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
Co-authored-by: paoloredis <158162796+paoloredis@users.noreply.github.com>
Co-authored-by: Mincho Paskalev <minchopaskal@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants