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