Skip to content

Commit

Permalink
Use a different Redis DB so it's not affected by our hook to flush al…
Browse files Browse the repository at this point in the history
…l our keys
  • Loading branch information
brynary committed Sep 14, 2009
1 parent 6014ec5 commit b4c710c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testjour/http_queue.rb
Expand Up @@ -11,7 +11,7 @@ def self.reset_all
end

def self.redis
@redis ||= Redis.new
@redis ||= Redis.new(:db => 11)
end

def redis
Expand Down

0 comments on commit b4c710c

Please sign in to comment.