mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
correct very odd error on connect to redis
This commit is contained in:
@ -75,6 +75,9 @@ class DiscourseRedis
|
||||
end
|
||||
|
||||
def resolve
|
||||
|
||||
return @options unless @slave_options[:host]
|
||||
|
||||
begin
|
||||
options = @options.dup
|
||||
options.delete(:connector)
|
||||
|
Reference in New Issue
Block a user