docs: remove status section, relocate stats to benchmarks#326
Merged
Conversation
update 5 markdown files to reflect the current state of the codebase: - changelog: replace "concurrent pipeline dispatch" with "parallel pipeline dispatch" (less ambiguous); remove the 0.2.x line about concurrent keyspace mode with dashmap (feature was removed in 0.4.8, keeping it as history is misleading) - architecture: bump command count reference 135+ → 150+; update footer to not pin the doc to the clustering milestone - bench/readme: bump dragonfly comparison count 135 → 150 - docs/migration-from-redis.md: command count header 135 → 150; mark 20 commands as ✓ across strings, lists, sets, sorted sets, hashes, keys, and server tables (getset, getdel, getex, msetnx, lmove, lmpop, smove, sintercard, zrandmember, zunion, zinter, zdiff, zmpop, hrandfield, wait, expireat, pexpireat, expiretime, pexpiretime, config rewrite); replace the "bit operations not planned" paragraph with a single line covering only bitfield/bitfield_ro; remove the getset → set key value get substitution from migration steps - docs/compatibility.md: setnx ✗ → ✓ with legacy alias note; add setex and psetex rows (also legacy aliases, present in migration guide but missing here)
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.
summary
removes the
## statusphase table from the readme. pre-launch, an "🚧 in progress" row signals incompleteness to evaluators — the feature list, benchmarks, and docs table already communicate maturity. the one credibility-building line (command count, test count, lines of code) is relocated to the end of the benchmarks section where evaluators are already reading numbers.what was tested
## statusheading remains