dbx/src-tauri/src
t8y2 1a1f128f2b feat: Redis browser overhaul — Navicat-style table, editing, and pagination
- Unified key table with columns: key, type, value preview, size, TTL
- Top-bottom split layout: key table above, value detail below
- Virtual scrolling via RecycleScroller for large key sets
- ZSet editing: add/remove members with scores
- TTL inline editing: click badge to modify expiration
- Batch key deletion with checkbox selection
- Paginated loading for Hash/Set/ZSet/List values (HSCAN/SSCAN/ZSCAN)
- Debounced auto-search (400ms) for key filtering
- Value previews fetched during key scan for instant display
2026-05-09 11:45:50 +08:00
..
commands feat: Redis browser overhaul — Navicat-style table, editing, and pagination 2026-05-09 11:45:50 +08:00
db feat: extract dbx-core crate for web deployment support 2026-05-05 03:16:24 +08:00
models feat: extract dbx-core crate for web deployment support 2026-05-05 03:16:24 +08:00
lib.rs feat: Redis browser overhaul — Navicat-style table, editing, and pagination 2026-05-09 11:45:50 +08:00
main.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00