Redis Ubuntu上安装

Redis

安装教程

https://haozhang95.github.io/Python24/16Redis/redis/an-zhuang.html

如果make test报错

  1. You need tcl 8.5 or newer in order to run the Redis test Makefile:242: recipe for target 'test' fail

image-20200819211215977

用谷歌浏览器访问链接下载 不要用迅雷(下载不了)

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

image-20200819212055866

参考链接

https://blog.csdn.net/qq_42642945/article/details/89189418

posted on 2020-08-20 21:41  sunnywillow  阅读(82)  评论(0编辑  收藏  举报