# File lib/redis/connection/synchrony.rb, line 92
      def write(command)
        @connection.send(build_command(command))
      end