I couldn't figure out why I was failing 10/25 tests. They were all related to connection so I took a shot in the dark and tried the tests again with the default redis-server running. 25/25 passed!
Could you please include instructions to run redis-server on port 6379 before running make test?
I couldn't figure out why I was failing 10/25 tests. They were all related to connection so I took a shot in the dark and tried the tests again with the default redis-server running. 25/25 passed!
Could you please include instructions to run redis-server on port 6379 before running
make test
?