Dave

Results 1 issues of Dave

Currently, the actual redis-server is run through the following command: `R.Cmd = exec.Command("./redis-server", "--port", fmt.Sprintf("%d", R.Port))` As far as I'm concerned, this will launch redis with the default settings (except...

enhancement
help wanted