按照官方给的教程,结果我这里出错了???。
Hint: It's a good idea to run 'make test' ;)
make[1]: Leaving directory '/home/./redis-5.0.8/src'
我就试试了test,似乎也没错啊
\o/ All tests passed without errors!
Cleanup: may take some time... OK
make[1]: Leaving directory '/home/./redis-5.0.8/src'
然后按照官方的来,错了???
$ redis-cli
-bash: redis-cli: command not found
发现抄作业也抄错了,。。。。。
$ src/redis-cli
Could not connect to Redis at 127.0.9: Connection refused
not connected> set foo bar
Could not connect to Redis at 127.0.9: Connection refused
not connected> get foo
Could