docs: committed non-goals register (closes #10-#14, #101-#103, #132, #156)#168
Merged
Conversation
docs/NON_GOALS.md consolidates the v1 non-goals, each traced to the tenet or deferred milestone that justifies it and to its prior-art evidence: no Lua/Functions, no Memcached protocol, no RDMA, no managed runtime (#10); no fork+COW snapshot, no host THP/overcommit preconditions, no mandatory hot-path proxy (#11, #101, #102, #103); no strong consistency in the default mode and no claim without its test (#12, #14); no per-request ML on the hot path and no runtime AI dependency (#13, #156); no Redis Streams in v1 (#132). Added to the prior-art claims check. Closes #10 Closes #11 Closes #12 Closes #13 Closes #14 Closes #101 Closes #102 Closes #103 Closes #132 Closes #156 Signed-off-by: Zeke <ezequiel.lares@outlook.com>
Re-attribute the no-strong-consistency-by-default non-goal to Compatible (per issue #12), not Scalable; correct WAIT framing to 'strong-consistency guarantee' to match [redis-wait-not-strongly-consistent]; add #12's sub-non-goal that no default-tier WAIT-style ack may be read as a consistency guarantee. refs #12 Signed-off-by: Zeke <ezequiel.lares@outlook.com>
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.
Ratifies the v1 non-goals into one register, discharging all ten
[NON-GOAL]issues.What
docs/NON_GOALS.md: 12 numbered non-goals across protocol/runtime (#10), persistence/host posture (#11/#101/#102/#103), consistency (#12/#14), AI-on-data-path (#13/#156), and data types (#132). Each is traced to a tenet or deferred milestone and cites its prior-art evidence; added to the claims check (11 citations, all resolve).
Review focus
Closes #10. Closes #11. Closes #12. Closes #13. Closes #14. Closes #101. Closes #102. Closes #103. Closes #132. Closes #156. Part of M0: Vision and Scope.