Explore a Lightweight Redis GUI: Features, Setup, and Future Plans
This article introduces a lightweight Redis graphical management tool, outlines its backend (Spring Boot) and frontend (Vue) architecture, provides step‑by‑step installation instructions including Docker usage, describes current features like multi‑user management and permission control, and shares future development plans with screenshots and the project repository link.
Introduction
A lightweight Redis cache graphical management tool that supports CRUD operations for Redis's five data types.
Software Architecture
Backend
Spring Boot 2.2.2.RELEASE
JDK 1.8
Jedis 3.2.0
Commons‑lang3 3.5
Hutool‑core 5.1.1
Fastjson 1.2.62
H2 Database 1.4.200
Frontend
Vue‑admin 1.0.5
Axios 0.15.3
Element‑UI 2.13.0
Font‑Awesome 4.7.0
NProgress 0.2.0
Vue 2.2.2
Vue‑router 2.3.0
Vuex 2.0.0‑rc.6
Installation Guide
Install JDK 1.8 or higher (skip if already installed).
Navigate to ./bin/ and run the startup script: startup.bat or startup.sh.
To stop the service, run shutdown.bat or shutdown.sh in the same directory.
After the project starts, open http://localhost:9898/dist/index.html#/login in a browser.
Default credentials: username admin, password admin.
The Docker image is available at https://hub.docker.com under aoyanfei/redis-admin (Docker recommended).
Adjustments
User management supports multiple users with add, delete, and edit operations.
Redis configuration is stored in an H2 database.
Frontend includes simple permission control.
Supports different ports on the same IP.
Future Plans
Consider adding query hit‑rate statistics, cluster support, Sentinel mode, and invite interested contributors to discuss further.
Interface
Screenshots of the UI:
Project Address
https://gitee.com/xianxin98/redis-admin/
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
MaGe Linux Operations
Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
