Open GoogleCodeExporter opened 8 years ago
you need install TCL.
//
wget http://nchc.dl.sourceforge.net/project/tcl/Tcl/8.5.11/tcl8511-src.zip
unzip tcl8511-src.zip
cd tcl8.5.11/
cd unix/
./configure
make
make install
这样就已经把tclsh8.5安装到系统bin目录中。
Original comment by shadom2...@gmail.com
on 28 Nov 2011 at 7:12
再重新回到 Redis 进行 make test
Execution time of different units:
3 seconds - unit/printver
3 seconds - unit/protocol
3 seconds - unit/quit
4 seconds - unit/auth
6 seconds - unit/cas
2 seconds - unit/pubsub
7 seconds - unit/type/hash
2 seconds - unit/slowlog
13 seconds - unit/expire
15 seconds - integration/replication
16 seconds - integration/aof
24 seconds - unit/type/set
25 seconds - unit/type/list
40 seconds - unit/type/list-2
41 seconds - integration/replication-3
46 seconds - unit/other
44 seconds - unit/maxmemory
51 seconds - unit/sort
53 seconds - unit/type/zset
51 seconds - integration/replication-2
63 seconds - unit/type/list-3
64 seconds - unit/basic
\o/ All tests passed without errors!
Cleanup: may take some time... OK
make[1]: Leaving directory `/usr/local/src/soft/redis-2.4.2/src'
Original comment by shadom2...@gmail.com
on 28 Nov 2011 at 7:14
Original issue reported on code.google.com by
lglf...@gmail.com
on 7 Nov 2011 at 1:05