问题
linux装置redis6.x时候,make test后有谬误如下
You need tcl 8.5 or newer in order to run the Redis test
解决办法
1.间接装置新的tcl,命令如下:
yum install -y tcl-devel
2.清空之前的make的缓存命令:
make distclean
3.从新make编译命令:
make
4.完结后从新测试命令:
make test
完结
具体其余装置命令 能够查看 redis解压后的目录下 README.MD