Conversation
Added a new metric for total coordinator dispatch time in ms. Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…g with new API examples
|
|
Contributor
Contributor
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.
These are drafts and this PR is still a work in progress.
Note
Low Risk
Documentation-only changes with no application code; operators should treat 8.2 release notes as WIP until TBA sections are finalized.
Overview
Adds draft Redis Software 8.2 release documentation and updates version/lifecycle embeds across the docs site.
8.2 release & lifecycle: New
8.2.xrelease notes (including8.2.0-tba) with placeholders for highlights such as database-scoped management roles and data-path command auditing. Product lifecycle, supported platforms, bundled Redis DB versions (default 8.6 for 8.2.0), and upgrade-path matrices now include 8.2 and set 8.0 EOL to July 31, 2028.Auditing: Expands Audit database commands and connections from connection-only auditing to CRUD/command auditing via the new BDB
audit_settingsREST object (audit_mode, username/source-IP filters,max_total_key_bytes). Marksdb_conns_auditingas deprecated as of 8.2.0. Documents validation errors, command audit JSON examples, andaudit_sink_*monitoring metrics.Other: Documents Prometheus metric
redis_server_search_total_coord_dispatch_time_msfor RediSearch coordinator dispatch time.Reviewed by Cursor Bugbot for commit c4817a7. Bugbot is set up for automated code reviews on this repo. Configure here.