Skip to content

docs: update command refs, search docs, and managing guides#531

Merged
vyavdoshenko merged 2 commits into
mainfrom
bobik/hackathon_docs_update
May 27, 2026
Merged

docs: update command refs, search docs, and managing guides#531
vyavdoshenko merged 2 commits into
mainfrom
bobik/hackathon_docs_update

Conversation

@vyavdoshenko
Copy link
Copy Markdown
Contributor

Summary

  • Correct and refresh command reference examples for CMS.INITBYPROB, HSETEX, HTTL, all Top-K commands, FT.AGGREGATE, FT.INFO, and FT.SEARCH: clarify parameter bounds, fix output to match actual Dragonfly responses, add missing APPLY/FILTER/DIALECT options to FT.AGGREGATE, update FT.INFO response shape, and document HNSW vector range search in FT.SEARCH.
  • Add notes to managing guides: new monitoring metrics (tls_handshakes_total, pipeline latency), --replica_delete_expired flag for expired key deletion on replicas, updated tiering support (list nodes now experimental), and EKS Pod Identity as an alternative credential mechanism for S3 snapshots.
  • Minor prose and formatting clean-ups (trailing newlines, blank lines, unquoted strings in shell blocks).

@vyavdoshenko vyavdoshenko self-assigned this May 7, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview, Comment May 27, 2026 2:34pm

Request Review

@vyavdoshenko vyavdoshenko requested a review from romange May 27, 2026 11:14
1) (integer) 3
2) (integer) 2
3) (integer) 1
1) (integer) 0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while it's correct, the example is not interesting.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment thread docs/command-reference/hashes/hsetex.md Outdated
dragonfly> HGETALL myhash
(empty array)
```
dragonfly> HSETEX myhash NX 100 field1 Hello
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while maybe it's correct, the example is not interesting and does not explain the semantics

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment thread docs/command-reference/hashes/httl.md Outdated
dragonfly> HTTL myhash FIELDS 2 field1 field2
1) (integer) 29
2) (integer) -1
1) (integer) -2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while maybe it's correct, the example is not interesting and does not explain the semantics

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment thread docs/managing-dragonfly/monitoring.md Outdated

Check out this complete example of setting up a [Grafana Monitoring Stack with Dragonfly](https://github.com/dragonflydb/dragonfly/tree/main/tools/local/monitoring).

Notable metrics added in recent versions include:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not think we need to mention this explictly

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Copy Markdown
Contributor

@romange romange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with minor comments

@vyavdoshenko vyavdoshenko merged commit 97ecc96 into main May 27, 2026
3 checks passed
@vyavdoshenko vyavdoshenko deleted the bobik/hackathon_docs_update branch May 27, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants