# File lib/redis/connection/hiredis.rb, line 44 def write(command) @connection.write(command.flatten(1)) rescue Errno::EAGAIN raise TimeoutError end