Skip to content

withgame/redisweb

 
 

Repository files navigation

redisweb

redis web ui based on golang.

build

  1. go get github.com/markbates/pkger/cmd/pkger && pkger
  2. go build or go install ./...
  3. build for linux:env GOOS=linux GOARCH=amd64 go build -o redisweb.linux.bin
  4. build for windows 64bit: env GOOS=windows GOARCH=amd64 go build

startup

$ redisweb -h
Usage of redisweb:
  -config string
        config file path (default "redisweb.toml")

snapshots

image image image image image image image image

About

redis web admin based on go lang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.8%
  • Go 34.8%
  • CSS 6.2%
  • HTML 2.7%
  • Shell 1.5%