]> git.saurik.com Git - redis.git/commitdiff
Added package require Tcl 8.5 in redis.tcl so it will show a clear error when the...
authorantirez <antirez@gmail.com>
Mon, 19 Apr 2010 09:05:08 +0000 (11:05 +0200)
committerantirez <antirez@gmail.com>
Mon, 19 Apr 2010 09:05:08 +0000 (11:05 +0200)
redis.tcl

index c76166ef0df009d0436970d3cd4475eef34c1197..81569796dd3a469d80e18b204a82232a43bfde26 100644 (file)
--- 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 {}