Adding HA Docs#219
Open
Aryex wants to merge 3 commits into
Open
Conversation
Signed-off-by: Alex Le <alex.le@improving.com>
Signed-off-by: Alex Le <alex.le@improving.com>
jeremyprime
reviewed
May 26, 2026
| description: Learn how Valkey GLIDE supports high-availability features. | ||
| --- | ||
|
|
||
| import { Tabs, TabItem } from '@astrojs/starlight/components'; |
Collaborator
There was a problem hiding this comment.
nit: This import not used in this file.
jeremyprime
reviewed
May 26, 2026
|
|
||
| - Automatic topology updates. | ||
| - Connection timeout and exponential backoff for reconnecting. | ||
| - Command routing. |
Collaborator
There was a problem hiding this comment.
"Command routing" seems vague, maybe "Automatic MOVED/ASK redirect handling (re-routes commands during slot migrations and failovers)".
Collaborator
|
A few other items to possibly include that are related to HA:
|
jeremyprime
reviewed
May 26, 2026
| ## Available HA Features | ||
|
|
||
| - Automatic topology updates. | ||
| - Connection timeout and exponential backoff for reconnecting. |
Collaborator
There was a problem hiding this comment.
Note that point here mentions connection timeout, but section below is on request timeout, they are different things (and both should be mentioned in this doc).
jeremyprime
reviewed
May 26, 2026
| - Automatic topology updates. | ||
| - Connection timeout and exponential backoff for reconnecting. | ||
| - Command routing. | ||
| - Read strategies (Requires changing to read from replicas). |
Collaborator
There was a problem hiding this comment.
Should mention AZ-affinity strategies here, read from replicas is just one of them.
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.
Summary
This PR adds a concept docs on high-availability
Issue link
Related #200
Content Changes
Added a new page
high-availability.mdx.Checklist
Before submitting the PR make sure the following are checked:
--signoffflag.pnpm buildruns successfully.