redis.tcl put at toplevel since it's uesd for the test-redis.tcl script

This commit is contained in:
antirez
2009-11-03 11:28:37 +01:00
parent 1259672feb
commit f89c3a3500
2 changed files with 132 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# TODO # test pipelining
source client-libraries/tcl/redis.tcl
source redis.tcl
set ::passed 0
set ::failed 0