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