dbx/packages
haipengno1 3695042c8e
fix(redis): invalidate key completion cache after write commands
The Redis key-name completion cache was only cleared on connection
lifecycle events, so SET/DEL/EXPIRE/... left autocomplete showing
stale keys. Drop the cache for the db each write command ran on:
- add isRedisMutatingCommand() based on the command-table safety field
(confirm = write; destructive blocked cmds minus read-only/admin ones)
- invalidate after each mutating command in queryStore batch execution
and in RedisKeyBrowser.runRedisCommand
2026-06-17 00:24:47 +08:00
..
app-tests fix(redis): invalidate key completion cache after write commands 2026-06-17 00:24:47 +08:00
cli chore(packages): release 0.4.10 [skip node-packages-release] 2026-06-16 04:13:51 +00:00
mcp-server feat(mq): implement Apache Pulsar message queue admin 2026-06-16 21:57:17 +08:00
node-core chore(packages): release 0.4.10 [skip node-packages-release] 2026-06-16 04:13:51 +00:00