dead code removed from RubyRedis

This commit is contained in:
antirez 2009-05-21 13:31:00 +02:00
parent 3ba37089b5
commit fc9aeaeaf8

View File

@ -39,10 +39,6 @@ class RedisClient
}
}
def convert_to_bool(r)
r == 0 ? false : r
end
def initialize(opts={})
opts = {:host => 'localhost', :port => '6379', :db => 0}.merge(opts)
@host = opts[:host]