Skip to content

Commit

Permalink
Less familiar
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Nov 12, 2015
1 parent 3a687a1 commit 31ffe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/cli.rb
Expand Up @@ -69,7 +69,7 @@ def run
# touch the connection pool so it is created before we
# fire startup and start multithreading.
ver = conn.info['redis_version']
raise "Oops, you are using Redis v#{ver}, Sidekiq requires Redis v2.8.0 or greater" if ver < '2.8'
raise "You are using Redis v#{ver}, Sidekiq requires Redis v2.8.0 or greater" if ver < '2.8'
end

# Before this point, the process is initializing with just the main thread.
Expand Down

0 comments on commit 31ffe63

Please sign in to comment.