Radar docs - #3803
Conversation
🧠 Redis MemoryFound 17 related items from repository history:
Memory updated at ed6ad31 |
Verified the six written pages against release tag v0.3.21 rather than the dev mainline. install.md, manage-access.md, licenses-and-certificates.md, and _index.md needed no changes: the only in-range change to install.md's sources was the LaunchDarkly removal (RED-209582), which the page never documented. connect.md: the three connection procedures described a "Test connection" button that does not exist. The add-connection modal has a single primary action, and the connection test runs inside it, returning before create when the test fails. Corrected the steps, documented the real failure path, and used the actual TLS checkbox label. Also noted that Add connection is now reachable from the top bar as well as the Connections page (RED-212669). monitor.md: documented two shipped behaviors the page did not cover. Fleet memory and ops/sec are now nullable and render as N/A rather than a fabricated zero, with shard counts staying non-nullable because zero shards is a real answer (RED-212614). Redis Cloud database detail has a Force refresh action for on-demand collection (RED-210548). Hugo builds clean, the new anchor resolves, Vale reports 0 errors. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
andy-stark-redis
left a comment
There was a problem hiding this comment.
I know it's still an early-stage draft but some of this is pretty dense and hard to read (for a human, at any rate). Claude seems to have often done a much better job than this in the past, but with this being a new section, maybe Claude doesn't have much similar material to use as a guide? Anyway, I'd say that it's getting there but probably needs a bit more work before release.
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>
Note
Low Risk
Documentation and site styling/navigation only; no application or runtime code changes.
Overview
Introduces Redis Radar documentation across the Operate section: a new
/operate/radardoc set (overview, install, connect, monitor, manage access, licenses/certificates, release notes) plus a Redis Cloud entry page at/operate/rc/radar.The Operate products landing page gains a green Redis Radar row with links into that section. Hugo operate layouts now recognize the
radarcategory (display name and#0fa869styling), and Tailwind addsgreen-bubblefor the same color in markdown tables.Content covers hosted Radar on Redis Cloud and self-managed deployment (RPM, Helm, Docker Compose), fleet monitoring across multiple Redis deployment types, and the initial 2026.9.2 release/changelog pages.
Reviewed by Cursor Bugbot for commit ed6ad31. Bugbot is set up for automated code reviews on this repo. Configure here.