Databases 4 min read

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.

MaGe Linux Operations
MaGe Linux Operations
MaGe Linux Operations
Explore a Lightweight Redis GUI: Features, Setup, and Future Plans

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/
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.

GUIredisSpring BootVueDatabase ManagementAdmin Tool
MaGe Linux Operations
Written by

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.

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.