Added package require Tcl 8.5 in redis.tcl so it will show a clear error when the test suit is attempted to run under 8.4

This commit is contained in:
antirez 2010-04-19 11:05:08 +02:00
parent 08ee9b570f
commit f1a930bbb7

View File

@ -25,6 +25,7 @@
# #
# vwait forever # vwait forever
package require Tcl 8.5
package provide redis 0.1 package provide redis 0.1
namespace eval redis {} namespace eval redis {}