Skip to content
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

Valkey release 8.1.0-rc2 #1862

Merged
merged 10 commits into from
Mar 20, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix small typo
Signed-off-by: Ran Shidlansik <[email protected]>
ranshid committed Mar 19, 2025
commit 49e63f5f4d8a62bd79b94f1fb2fe6522270544a9
2 changes: 1 addition & 1 deletion 00-RELEASENOTES
Original file line number Diff line number Diff line change
@@ -139,7 +139,7 @@ Cluster improvements
* Make replica `CLUSTER RESET` flush async based on `lazyfree-lazy-user-flush` (#1190)
* Trigger the election as soon as possible when doing a forced manual failover (#1067)
* Make manual failover reset the on-going election to promote failover (#1274)
* Brocast a PONG to all node in cluster when role changed (#1295)
* Broadcast a PONG to all node in cluster when role changed (#1295)
* Manual failover vote is not limited by two times the node timeout (#1305)
* Automatic failover vote is not limited by two times the node timeout (#1356)