Add a simple Redis compatible server daemon (bitcaskd)

This commit is contained in:
James Mills
2019-03-13 21:17:35 +10:00
parent 6a39d742b7
commit 238ff6ab59
7 changed files with 142 additions and 1 deletions

2
go.mod
View File

@@ -12,7 +12,9 @@ require (
github.com/prometheus/client_golang v0.9.2 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
github.com/stretchr/testify v1.3.0
github.com/tidwall/redcon v0.9.0
gopkg.in/vmihailenco/msgpack.v2 v2.9.1
)