Commit 349898e
committed
docs(readme): refresh 核心特性 — wangshu / Redis cascade-safety / /stats fan-out
Core features list was last refreshed pre-v0.10; this batch syncs to
v0.10.9 reality:
- Lua: explicit pine-go default = wangshu (with build-tag escape to
gopher-lua), pine-java = LuaJC, pine-cpp = LuaJIT. The default flip
landed in v0.10 series.
- Resources: split into data-typed (snapshot) vs handle-typed (borrow +
RAII teardown) — `redis_connection` is the canonical handle-typed
resource. The old one-liner "background-refreshed in-memory resource
manager" hides the architecture.
- Redis: add dedicated bullet for the 5 cascade-safety params and the
4-state per-command metrics + fail-on-error contract. These shipped
in #137 and are production-load-bearing.
- Observability: /stats is no longer just a single endpoint — call out
/stats.http and /stats.resources sub-trees so readers can find the
resource fan-out and HTTP middleware metrics.
- Cross-validation bullet: name the actual verification surface (19
cross-validate sections + differential fuzz + daily sanitized fuzz)
instead of the vague "verified for schema/DAG/exec/error parity".
EN side kept structurally aligned with the CN edits.1 parent 035a92c commit 349898e
2 files changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments