Commit 0149663
Simplify README and add storage engines table (#9)
* docs(core): simplify README and add storage engines table
- Reduce README from 764 to 182 lines
- Add clear storage engines comparison table
- Remove verbose interface definitions
- Consolidate examples for brevity
- Keep essential documentation for quick reference
* docs: fix redis version from v3.x to v4.x
* docs(core): add ADVANCED.md with detailed reference material
Move interface definitions, detailed storage configuration examples,
@MultiCache in-depth documentation, and error handling patterns to
a separate file for advanced users and custom storage implementors.
* Simplify README and add storage engines table
Updated README to simplify content and included a table for storage engines.
* style: apply prettier formatting
* docs: update CLAUDE.md to vitest and redis v4.x
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 6d4a6c8 commit 0149663
5 files changed
Lines changed: 484 additions & 636 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments