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.
1 parent b427ed1 commit 9d9f248Copy full SHA for 9d9f248
lib/redis/connection/ruby.rb
@@ -85,7 +85,7 @@ def _write_to_socket(data)
85
write_nonblock(data)
86
87
rescue *NBIO_EXCEPTIONS
88
- if IO.select([self], nil, nil, @write_timeout)
+ if IO.select(nil, [self], nil, @write_timeout)
89
retry
90
else
91
raise Redis::TimeoutError
0 commit comments