Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 476 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 476 Bytes

GoBeansProxy

A proxy for Gobeansdb.

Prepare

Supported Go version: > 1.20.0

Install

$ git clone http://github.com/douban/gobeansproxy.git
$ cd gobeansproxy
$ go mod tidy
$ make

test

$ make test  # unit test

run

# Run with conf
$ ${GOPATH}/bin/proxy -confdir pathToConfDir

# Others
$ ${GOPATH}/bin/proxy -h