dbx/apps/desktop
haipengno1 1e96937455
feat(redis): add Redis command completion to query editor
- add completion module: command names, two-stage subcommands, and key names
- key-name completion is async with a per-db cache capped at 1000 entries, cleared on disconnect
- gate key completion by argument position: stop after a single-key command is filled, keep suggesting for variadic key-list commands
- reuse the diagnostics command table as the data source, showing group/arity/safety
2026-06-16 22:03:48 +08:00
..
public feat(mq): implement Apache Pulsar message queue admin 2026-06-16 21:57:17 +08:00
src feat(redis): add Redis command completion to query editor 2026-06-16 22:03:48 +08:00
components.json
index.html fix: avoid derived table wrapping for SQL Server TOP pagination 2026-05-25 11:28:02 +08:00
tsconfig.json feat(driver): centralize database capabilities 2026-06-10 22:12:44 +08:00
vite.config.ts feat(redis): add Pub/Sub publish and subscribe with WebSocket real-time push 2026-06-15 01:40:06 +08:00