mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
dead code removed from RubyRedis
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user