docs: update flags with additions, removals, and default changes#535
docs: update flags with additions, removals, and default changes#535vyavdoshenko wants to merge 1 commit into
Conversation
|
@vyavdoshenko is attempting to deploy a commit to the DragonflyDB Team on Vercel. A member of the Team first needs to authorize it. |
Code Review by Qodo
1. Stale logtostdout guidance
|
PR Summary by QodoDocs: refresh CLI flags list (additions, removals, and default updates) WalkthroughsDescription• Document newly introduced CLI flags across logging, clustering, IO loops, and tiered storage. • Remove entries for deprecated/replaced flags to match current CLI surface. • Update documented defaults for --max_log_size and --rdb_sbf_chunked. High-Level AssessmentThe following are alternative approaches to this PR: 1. Auto-generate flags.md from the flag registry / `--help` output
2. Add a CI check that diffs `--help` against docs
Recommendation: For this PR, the manual docs sync is appropriate and low-cost. Longer-term, consider either auto-generating the flags table (best drift-prevention) or adding a CI drift check as a lighter-weight safeguard. File ChangesDocumentation (1)
|
--logbuflevel,--logbufsecs,--cluster_coordinator_connect_timeout_ms,--cluster_coordinator_response_timeout_ms,--container_iteration_yield_interval_usec,--enable_memcache_io_loop_v2,--enable_resp_io_loop_v2,--journal_omit_redundant_writes,--listpack_max_bytes,--listpack_max_field_len,--s3_use_helio_client,--serialization_tagged_chunks,--tiered_max_pending_stash_bytes,--use_oah_set--tiered_storage_write_depth,--logtostdout,--experimental_io_loop_v2--max_log_size(1800→200),--rdb_sbf_chunked(false→true)