Categorygithub.com/slowrookie/redis-web-manager
modulepackage
2021.8.281+incompatible
Repository: https://github.com/slowrookie/redis-web-manager.git
Documentation: pkg.go.dev

# README

RWM (Redis web manager)

Docker Hub

English | 简体中文

RWM is a web application developed with React & Golang, used to manage Redis, and supports multi-platform operation.

Introduction

Project Screenshot

Project Screenshot

Download & Install

Windows, Linux, MacOSRelease

Docker:

  docker push slowrookie/redis-web-manager:latest 

Useage

Windows, Linux, MacOS: After decompressing the downloaded file (*.tar.gz), execute the RWM or RWM.exe file.

./RWM

Docker:

docker run --rm -d  -p 8080:8080/tcp slowrookie/redis-web-manager:latest

After the service starts, it will automatically call the default browser of the operating system and visit http://127.0.0.1:8080

After the service is started for the first time, two files will be generated, one is .config.json to store configuration information. One is .connections.json, which is used to save the maintenance connection information.

Project Structure

  • api The directory stores the back-end logic and interface files
  • web The Directory to store front-end project files
  • .goreleaser.yml is goreleaser config file

Note: If there is an error in go:embed web/build/* in the main.go file, please execute npm install & npm run build in the web directory to install and build the front-end project.

Related Efforts

Maintainers

@slowrookie

Contributing

Feel free to dive in! Open an issue or submit PRs.

License

MIT © slowrookie

# Packages

No description provided by the author

# Variables

No description provided by the author