Add overwritten and type_changed KSN types to docs#1781
Closed
minchopaskal wants to merge 10 commits intoredis:feat-ros-8.2from
Closed
Add overwritten and type_changed KSN types to docs#1781minchopaskal wants to merge 10 commits intoredis:feat-ros-8.2from
minchopaskal wants to merge 10 commits intoredis:feat-ros-8.2from
Conversation
- Add proper sizing and font weights to h3-h6 headings - H3: text-xl (20px) + font-semibold for clear section breaks - H4: text-lg (18px) + font-medium for subsections - H5: text-base (16px) + font-medium for minor headings - H6: text-sm (14px) + font-medium for smallest headings - Consolidate duplicate h1 rules into single declaration - Maintain existing h1 and h2 styling that works well Fixes issue where h3 and h4 headings didn't look like proper headings on the site.
- Document that writing to destination (passive) replica causes data inconsistency - Explain eviction/expiration only operates on active replica - Detail memory management conflicts and replication failures - Provide proper steps for transitioning passive to active database - Include warning about syncer exit due to command failures Addresses DOC-824
Co-authored-by: Rachel Elledge <[email protected]>
Improve heading 3 and heading 4 styles for better visual hierarchy
Add Active-Passive replication warnings to data eviction policies
Collaborator
|
Hi @minchopaskal. Making changes directly to the Is the KSN page change for 8.2? |
Contributor
Author
|
Ah, yes module docs are generated, I forgot. Docs are updated in the source code in the PR. As for if this will be for 8.2 I have to defer to @YaacovHazan |
dwdougherty
approved these changes
Jul 1, 2025
Collaborator
dwdougherty
left a comment
There was a problem hiding this comment.
Just a couple of grammar fixes. Otherwise, LGTM.
Collaborator
|
Closing. See this new PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding docs for the following PR: redis/redis#14141
Description
Added new keyspace notification event types
overwrittentype_changedUpdated docs for KSN and module KSN