go-redis-web

command module
v0.0.0-...-a8508c4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2020 License: Apache-2.0 Imports: 22 Imported by: 0

README

go-redis-web

redis web admin based on go lang

build

  1. go get -u github.com/jteeuwen/go-bindata/...
  2. go get golang.org/x/tools/cmd/goimports
  3. ./gobin.sh & go build
  4. build for linux:env GOOS=linux GOARCH=amd64 go build -o go-redis-web.linux.bin
  5. or build for windows 64bit: env GOOS=windows GOARCH=amd64 go build

startup

bingoo@bingodeMacBook-Pro ~/G/go-redis-web> ./go-redis-web -h
Usage of ./go-redis-web:
  -contextPath string
    	context path
  -devMode
    	devMode(disable js/css minify)
  -port int
    	Port to serve. (default 8269)
  -servers string
    	servers list, eg: Server1=localhost:6379,Server2=password2/localhost:6388/0 (default "default=localhost:6379")


bingoo@bingodeMacBook-Pro ~/G/go-redis-web> nohup ./go-redis-web.linux.bin -servers=127.0.0.1:8051 -forceLogin -key=XXX -redirectUri=http://i.a.
cn -localUrl=http://redis.a.b > go-redis-web.out 2>&1 &

snapshots

image image image image image image image image

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL