# File lib/redis/connection/ruby.rb, line 19 def timeout=(timeout) if timeout && timeout > 0 @timeout = timeout else @timeout = nil end end