mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
dead code removed from RubyRedis
This commit is contained in:
parent
3ba37089b5
commit
fc9aeaeaf8
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user