# File lib/redis/connection/ruby.rb, line 375 def write(command) @sock.write(build_command(command)) end