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