]> git.saurik.com Git - redis.git/commitdiff
random testing code removed
authorantirez <antirez@gmail.com>
Wed, 20 May 2009 15:23:06 +0000 (17:23 +0200)
committerantirez <antirez@gmail.com>
Wed, 20 May 2009 15:23:06 +0000 (17:23 +0200)
client-libraries/ruby_2/rubyredis.rb

index 117f2efa1591b5a93e0d23fbc20f3b53d39f582d..a6a7408f40963f12c06b77cd8adcda44695396ca 100644 (file)
@@ -77,6 +77,3 @@ class RedisClient
         end
     end
 end
-
-r = RedisClient.new(:db=>0)
-p r.keys("*")