Skip to content

Commit

Permalink
Update code sample on reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 authored and PatrickTulskie committed Oct 7, 2022
1 parent c785771 commit 24508ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ following task to wherever tasks are kept, such as
```ruby
task 'resque:pool:setup' do
Resque::Pool.after_prefork do |job|
Resque.redis._client.reconnect
Resque.redis.reconnect
end
end
```
Expand Down

0 comments on commit 24508ac

Please sign in to comment.