Skip to content

bingoohuang/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. linux:env GOOS=linux GOARCH=amd64 go build -o redisweb
  4. windows: 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