mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Less familiar
This commit is contained in:
parent
3a687a1a89
commit
31ffe63659
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ module Sidekiq
|
|||
# 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue