Redis 编译报错:You need tcl 8.5 or newer in order to run the Redis test
安装Redis编译测试的时候报如下错误:查阅大神们的博客后记录如下解决方法:wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz tar xzvf tcl8.6.1-src.tar.gz -C /usr/local/ cd /usr/local/tcl8.6.1/unix/ ./configure ma...


