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