问题
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
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。