Jokul 4f9398c65d feat(phase2): connection management
- RedisService in main process (ioredis wrapper, execute, scan, hash ops)
- electron-store for connection/settings persistence
- safeStorage credential encrypt/decrypt
- IPC handlers for redis, storage, credential channels
- Preload API typed with all new channels
- useConnectionStore (Pinia) with connect/disconnect/save/delete
- ConnectionCard with 3D hover effect + status indicator
- ConnectionList with search filter
- NewConnectionDialog (create/edit connection form)
- Sidebar component
- StatusBar with live connection status + pulse animation
- App.vue updated with Sidebar layout
2026-07-04 17:45:19 +08:00
2026-07-04 17:45:19 +08:00
2026-07-04 17:21:00 +08:00
2026-07-04 16:12:35 +08:00
2026-07-04 16:12:35 +08:00
2026-07-04 16:12:35 +08:00

JRedisDesktop

A modern Redis desktop manager built with Electron + Vue 3 + Vite.

Fork of AnotherRedisDesktopManager.
The legacy Vue 2 codebase is archived in legacy/.

Dev

npm install
npm run dev       # electron-vite dev with HMR
npm run build     # production build

Build packages

npm run build:linux
npm run build:mac
npm run build:win

Stack

  • Shell: Electron 33
  • Renderer: Vue 3 + Element Plus + Vue Router
  • Build: electron-vite + Vite 6 + TypeScript
  • Redis client: ioredis 5
S
Description
桌面端Redis客户端
Readme 4 MiB
v2.0.2 Latest
2026-07-12 15:33:01 +08:00
Languages
Vue 55.6%
TypeScript 41.1%
CSS 2.7%
Shell 0.3%
JavaScript 0.2%