redis 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
|