Redis Ubuntu上安装
Redis
安装教程
https://haozhang95.github.io/Python24/16Redis/redis/an-zhuang.html
如果make test报错
- You need tcl 8.5 or newer in order to run the Redis test Makefile:242: recipe for target 'test' fail

用谷歌浏览器访问链接下载 不要用迅雷(下载不了)
wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz
sudo tar xzvf tcl8.6.1-src.tar.gz -C /usr/local/
cd /usr/local/tcl8.6.1/unix/
sudo ./configure
sudo make
sudo make install
tcl编译完后cd至 redis目录再次make test

参考链接
posted on 2020-08-20 21:41 sunnywillow 阅读(88) 评论(0) 收藏 举报
浙公网安备 33010602011771号