We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c48d9d1 + b651d62 commit be4326eCopy full SHA for be4326e
examples/unicorn/unicorn.rb
@@ -16,5 +16,5 @@
16
# worker processes.
17
18
after_fork do |server, worker|
19
- Redis.current.quit
+ Redis.current.disconnect!
20
end
0 commit comments