From: antirez Date: Mon, 19 Apr 2010 09:05:08 +0000 (+0200) Subject: Added package require Tcl 8.5 in redis.tcl so it will show a clear error when the... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/f1a930bbb785637a21f82a0fde08aa71ad19c8c3?ds=inline 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 --- diff --git a/redis.tcl b/redis.tcl index c76166ef..81569796 100644 --- a/redis.tcl +++ b/redis.tcl @@ -25,6 +25,7 @@ # # vwait forever +package require Tcl 8.5 package provide redis 0.1 namespace eval redis {}