/redis-web-manager

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

Primary LanguageTypeScriptMIT LicenseMIT

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 63790:63790/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:63790

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