go-redis-server
go-redis-server copied to clipboard
make it work with redis-cli
I think the fmt.Sscanf or Readline implementation might have changed, but the server didn't work for me (go 1.5) until I changed the Sscanf to include \r\n.
$go version go version go1.5 darwin/amd64 $redis-cli -v redis-cli 3.0.1