Skip to content

Commit

Permalink
Fix Redis version compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartlett committed Jul 3, 2018
1 parent 1e92bc2 commit 91ba4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -6,7 +6,7 @@
require 'sidekiq/batch'
require 'pry-byebug'

redis_opts = { url: "redis://127.0.0.1:6379/1" }
redis_opts = { url: "redis://127.0.0.1:6379/1", id: nil }
redis_opts[:driver] = Redis::Connection::Memory if defined?(Redis::Connection::Memory)

Sidekiq.configure_client do |config|
Expand Down

0 comments on commit 91ba4f1

Please sign in to comment.