We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd6452 commit b432c1dCopy full SHA for b432c1d
lib/big_rails/redis/registry.rb
@@ -42,9 +42,9 @@ def each(&block)
42
def disconnect
43
each do |connection|
44
if connection.is_a?(::ConnectionPool)
45
- connection.reload { |conn| conn.quit }
+ connection.reload { |conn| conn.close }
46
else
47
- connection.quit
+ connection.close
48
end
49
50
lib/big_rails/redis/version.rb
@@ -2,6 +2,6 @@
2
3
module BigRails
4
module Redis
5
- VERSION = "0.4.0"
+ VERSION = "0.5.0"
6
7
0 commit comments