Skip to content

一款使用golang和vue开发的Redis后台管理平台,管理页面清爽简洁。

License

Notifications You must be signed in to change notification settings

linkaias/goRedisAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoRedisAdmin

简介

go-redis-admin 是一款使用golang和vue2开发的Redis的后台管理平台,它包含了在线的数据库管理和简洁的操作界面,旨在方便用户管理redis数据。

功能

- 登录/注销 
- 数据库列表
- 数据库Key管理
- 新增Key(目前支持string、list、set、zset、hash)
- Key过期时间配置
- 支持添加访问IP白名单 
- 删除某个Key
- 清空数据库(flushdb)
- 清空全部库(flushall)

安装

# 克隆项目
git clone https://github.com/linkaias/goRedisAdmin.git

# 进入项目目录
cd goRedisAdmin

# 创建日志文件夹,此文件夹需要可写权限
mkdir var

# 根据注释修改配置文件
vim config.ini

# 安装依赖
go mod tidy

# 启动服务
go run main.go

部署完成后本地浏览器访问 http://127.0.0.1:9527

Online Demo

在线 Demo Online Demo

JetBrains open source certificate support

The GoRedisAdmin project has always been developed in the GoLand integrated development environment under JetBrains, based on the free JetBrains Open Source license(s) genuine free license. I would like to express my gratitude.

License

MIT

Copyright (c) 2022-present LinKai

About

一款使用golang和vue开发的Redis后台管理平台,管理页面清爽简洁。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published