Skip to content

douban/gobeansproxy

Repository files navigation

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