redis 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/redis.rb +1 -1
- data/lib/redis/client.rb +1 -1
- metadata +2 -2
data/lib/redis.rb
CHANGED
data/lib/redis/client.rb
CHANGED
@@ -86,7 +86,7 @@ class Redis
|
|
86
86
|
# We want to make sure it reconnects on the next command after the
|
87
87
|
# timeout. Otherwise the server may reply in the meantime leaving
|
88
88
|
# the protocol in a desync status.
|
89
|
-
|
89
|
+
disconnect
|
90
90
|
|
91
91
|
raise Errno::EAGAIN, "Timeout reading from the socket"
|
92
92
|
|