go-redis-server icon indicating copy to clipboard operation
go-redis-server copied to clipboard

make it work with redis-cli

Open qzaidi opened this issue 9 years ago • 0 comments

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

qzaidi avatar Jan 06 '16 05:01 qzaidi