v0.3.3: fix db_size N/A + fix test-redis missing await

- db-status endpoint: fallback to config.dbPath when system_config db_path is empty
- test-redis endpoint: handler wasnt async, causing Promise serialization to {} instead of result
- Both endpoint handlers now properly async with await
This commit is contained in:
2026-05-17 04:31:14 +08:00
parent 9a4751692f
commit b852d9577a
2 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
0.3.2
0.3.3