Files
JRedisDesktop/src
Jokul 76f35ae1f1 fix: KeyList TDZ crash and connection state desync
- Move filteredKeys computed before useVirtualizer in KeyList.vue to
  fix ReferenceError (Cannot access 'filteredKeys' before initialization)
  that crashed the component setup and cascaded into '.t is not a
  function' render errors.
- Wrap getInfo in try-catch in connection store connect() to clean up
  connectedIds/activeId when the client is lost between connect and
  getInfo, preventing a state where isConnected is true but no Redis
  client exists in the main process.
2026-07-08 07:11:28 +08:00
..
2026-07-07 22:21:19 +08:00
2026-07-04 23:38:09 +08:00
2026-07-07 20:37:04 +08:00