Lightweight Redis Admin Tool – Overview, Architecture, Installation, and Future Plans

This document introduces a lightweight Redis graphical management tool, outlines its Spring Boot backend and Vue frontend architecture, provides step‑by‑step installation instructions including Docker deployment, details recent feature enhancements such as multi‑user support and permission control, and mentions future plans for clustering and sentinel modes.

Architecture Digest
Architecture Digest
Architecture Digest
Lightweight Redis Admin Tool – Overview, Architecture, Installation, and Future Plans

Introduction: a lightweight Redis cache graphical management tool that provides CRUD operations for all five Redis data types.

Architecture: Backend built with Spring Boot 2.2.2.RELEASE, JDK 1.8, Jedis 3.2.0, and other libraries; Frontend built with Vue 2.2.2, Element UI, Axios, and related dependencies.

Installation guide: Install JDK 1.8+, then run the startup script in ./bin/ (either startup.bat or startup.sh) to launch the service, and use shutdown.bat or shutdown.sh to stop it. Access the UI at http://localhost:9898/dist/index.html#/login with default credentials admin/admin. Docker image is available at https://hub.docker.com searching for aoyanfei/redis-admin.

Adjusted features: multi‑user management, Redis configuration stored in H2 database, simple permission control on the frontend, and support for multiple ports on the same IP.

Future plans: add query hit rate statistics, cluster and sentinel modes, and invite interested contributors.

Interface screenshots are provided in the original document.

Project repository: https://gitee.com/xianxin98/redis-admin/.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

frontend developmentdatabaseBackend DevelopmentredisSpring BootVue
Architecture Digest
Written by

Architecture Digest

Focusing on Java backend development, covering application architecture from top-tier internet companies (high availability, high performance, high stability), big data, machine learning, Java architecture, and other popular fields.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.